Searched refs:vmw_du_update_plane (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.h | 54 struct vmw_du_update_plane { struct 64 uint32_t (*calc_fifo_size)(struct vmw_du_update_plane *update, argument 79 uint32_t (*post_prepare)(struct vmw_du_update_plane *update, void *cmd); argument 91 uint32_t (*pre_clip)(struct vmw_du_update_plane *update, void *cmd, argument 107 uint32_t (*clip)(struct vmw_du_update_plane *update, void *cmd, argument 118 uint32_t (*post_clip)(struct vmw_du_update_plane *update, void *cmd, argument 138 struct vmw_du_update_plane base; argument 150 struct vmw_du_update_plane base; 563 int vmw_du_helper_plane_update(struct vmw_du_update_plane *update);
|
D | vmwgfx_stdu.c | 1172 static uint32_t vmw_stdu_bo_fifo_size(struct vmw_du_update_plane *update, in vmw_stdu_bo_fifo_size() 1180 static uint32_t vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_fifo_size_cpu() 1187 static uint32_t vmw_stdu_bo_populate_dma(struct vmw_du_update_plane *update, in vmw_stdu_bo_populate_dma() 1211 static uint32_t vmw_stdu_bo_populate_clip(struct vmw_du_update_plane *update, in vmw_stdu_bo_populate_clip() 1230 static uint32_t vmw_stdu_bo_populate_update(struct vmw_du_update_plane *update, in vmw_stdu_bo_populate_update() 1249 static uint32_t vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_pre_clip_cpu() 1261 static uint32_t vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_clip_cpu() 1275 vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd, in vmw_stdu_bo_populate_update_cpu() 1389 vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update, in vmw_stdu_surface_fifo_size_same_display() 1405 static uint32_t vmw_stdu_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_stdu_surface_fifo_size() [all …]
|
D | vmwgfx_scrn.c | 471 static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_bo_fifo_size() 478 static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update, in vmw_sou_bo_define_gmrfb() 504 static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update, in vmw_sou_bo_populate_clip() 522 static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update, in vmw_stud_bo_post_clip() 567 static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_surface_fifo_size() 574 static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update, in vmw_sou_surface_post_prepare() 591 static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_pre_clip() 620 static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update, in vmw_sou_surface_clip_rect() 638 static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_post_clip()
|
D | vmwgfx_kms.c | 2703 int vmw_du_helper_plane_update(struct vmw_du_update_plane *update) in vmw_du_helper_plane_update()
|