Symbol: vmw_du_update_plane
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1733
int vmw_du_helper_plane_update(struct vmw_du_update_plane *update)
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
101
uint32_t (*post_clip)(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
120
struct vmw_du_update_plane base;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
132
struct vmw_du_update_plane base;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
47
uint32_t (*calc_fifo_size)(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
501
int vmw_du_helper_plane_update(struct vmw_du_update_plane *update);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
62
uint32_t (*post_prepare)(struct vmw_du_update_plane *update, void *cmd);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
74
uint32_t (*pre_clip)(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
90
uint32_t (*clip)(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
462
static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
469
static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
495
static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
513
static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
557
static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
564
static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
581
static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
612
static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
630
static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1135
static uint32_t vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1142
static uint32_t vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1154
static uint32_t vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1168
vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1270
vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1280
static uint32_t vmw_stdu_surface_fifo_size(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1292
vmw_stdu_surface_populate_copy(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1312
vmw_stdu_surface_populate_clip(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1332
vmw_stdu_surface_populate_update(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1359
struct vmw_du_update_plane srf_update;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1366
memset(&srf_update, 0, sizeof(struct vmw_du_update_plane));