Searched refs:vmw_du_update_plane (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_kms.h | 55 struct vmw_du_update_plane { struct 65 uint32_t (*calc_fifo_size)(struct vmw_du_update_plane *update, argument 80 uint32_t (*post_prepare)(struct vmw_du_update_plane *update, void *cmd); argument 92 uint32_t (*pre_clip)(struct vmw_du_update_plane *update, void *cmd, argument 108 uint32_t (*clip)(struct vmw_du_update_plane *update, void *cmd, argument 119 uint32_t (*post_clip)(struct vmw_du_update_plane *update, void *cmd, argument 139 struct vmw_du_update_plane base; argument 151 struct vmw_du_update_plane base; 586 int vmw_du_helper_plane_update(struct vmw_du_update_plane *update);
|
| D | vmwgfx_stdu.c | 1181 static uint32_t vmw_stdu_bo_fifo_size(struct vmw_du_update_plane *update, in vmw_stdu_bo_fifo_size() 1189 static uint32_t vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_fifo_size_cpu() 1196 static uint32_t vmw_stdu_bo_populate_dma(struct vmw_du_update_plane *update, in vmw_stdu_bo_populate_dma() 1220 static uint32_t vmw_stdu_bo_populate_clip(struct vmw_du_update_plane *update, in vmw_stdu_bo_populate_clip() 1239 static uint32_t vmw_stdu_bo_populate_update(struct vmw_du_update_plane *update, in vmw_stdu_bo_populate_update() 1258 static uint32_t vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_pre_clip_cpu() 1270 static uint32_t vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update, in vmw_stdu_bo_clip_cpu() 1284 vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd, in vmw_stdu_bo_populate_update_cpu() 1398 vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update, in vmw_stdu_surface_fifo_size_same_display() 1414 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 | 468 static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_bo_fifo_size() 475 static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update, in vmw_sou_bo_define_gmrfb() 501 static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update, in vmw_sou_bo_populate_clip() 519 static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update, in vmw_stud_bo_post_clip() 564 static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_surface_fifo_size() 571 static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update, in vmw_sou_surface_post_prepare() 588 static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_pre_clip() 617 static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update, in vmw_sou_surface_clip_rect() 635 static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_post_clip()
|
| D | vmwgfx_kms.c | 2985 int vmw_du_helper_plane_update(struct vmw_du_update_plane *update) in vmw_du_helper_plane_update()
|