Lines Matching defs:update
465 static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update,
472 static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update,
476 container_of(update->vfb, typeof(*vfbbo), base);
478 int depth = update->vfb->base.format->depth;
489 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8;
492 gmr->body.bytesPerLine = update->vfb->base.pitches[0];
498 static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update,
505 blit->body.destScreenId = update->du->unit;
516 static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update,
560 static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update,
567 static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update,
572 srf_update = container_of(update, typeof(*srf_update), base);
584 static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update,
590 vfbs = container_of(update->vfb, typeof(*vfbs), base);
597 blit->body.destScreenId = update->du->unit;
613 static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update,
631 static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update,
635 struct drm_plane_state *state = update->plane->state;
644 srf_update = container_of(update, typeof(*srf_update), base);
745 DRM_ERROR("Failed to update screen.\n");