vmw_du_update_plane
int vmw_du_helper_plane_update(struct vmw_du_update_plane *update)
uint32_t (*post_clip)(struct vmw_du_update_plane *update, void *cmd,
struct vmw_du_update_plane base;
struct vmw_du_update_plane base;
uint32_t (*calc_fifo_size)(struct vmw_du_update_plane *update,
int vmw_du_helper_plane_update(struct vmw_du_update_plane *update);
uint32_t (*post_prepare)(struct vmw_du_update_plane *update, void *cmd);
uint32_t (*pre_clip)(struct vmw_du_update_plane *update, void *cmd,
uint32_t (*clip)(struct vmw_du_update_plane *update, void *cmd,
static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update,
static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update,
static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update,
static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update,
static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update,
static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update,
static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update,
static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update,
static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update,
static uint32_t vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update,
static uint32_t vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update,
static uint32_t vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update,
vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd,
vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update,
static uint32_t vmw_stdu_surface_fifo_size(struct vmw_du_update_plane *update,
vmw_stdu_surface_populate_copy(struct vmw_du_update_plane *update, void *cmd,
vmw_stdu_surface_populate_clip(struct vmw_du_update_plane *update, void *cmd,
vmw_stdu_surface_populate_update(struct vmw_du_update_plane *update, void *cmd,
struct vmw_du_update_plane srf_update;
memset(&srf_update, 0, sizeof(struct vmw_du_update_plane));