Home
last modified time | relevance | path

Searched refs:post_clip (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h118 uint32_t (*post_clip)(struct vmw_du_update_plane *update, void *cmd, member
Dvmwgfx_stdu.c1387 bo_update.base.post_clip = vmw_stdu_bo_populate_update_cpu; in vmw_stdu_plane_update_bo()
1392 bo_update.base.post_clip = vmw_stdu_bo_populate_update; in vmw_stdu_plane_update_bo()
1571 srf_update.post_clip = vmw_stdu_surface_populate_update; in vmw_stdu_plane_update_surface()
Dvmwgfx_scrn.c560 bo_update.base.post_clip = vmw_stud_bo_post_clip; in vmw_sou_plane_update_bo()
722 srf_update.base.post_clip = vmw_sou_surface_post_clip; in vmw_sou_plane_update_surface()
Dvmwgfx_kms.c3079 curr_size = update->post_clip(update, cmd_next, &bb); in vmw_du_helper_plane_update()