Lines Matching refs:update

473 static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update,  in vmw_sou_bo_fifo_size()  argument
480 static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update, in vmw_sou_bo_define_gmrfb() argument
484 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb()
486 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb()
497 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb()
500 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb()
506 static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update, in vmw_sou_bo_populate_clip() argument
513 blit->body.destScreenId = update->du->unit; in vmw_sou_bo_populate_clip()
524 static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update, in vmw_stud_bo_post_clip() argument
569 static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_surface_fifo_size() argument
576 static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update, in vmw_sou_surface_post_prepare() argument
581 srf_update = container_of(update, typeof(*srf_update), base); in vmw_sou_surface_post_prepare()
593 static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_pre_clip() argument
599 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_sou_surface_pre_clip()
606 blit->body.destScreenId = update->du->unit; in vmw_sou_surface_pre_clip()
622 static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update, in vmw_sou_surface_clip_rect() argument
640 static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update, in vmw_sou_surface_post_clip() argument
644 struct drm_plane_state *state = update->plane->state; in vmw_sou_surface_post_clip()
653 srf_update = container_of(update, typeof(*srf_update), base); in vmw_sou_surface_post_clip()