Lines Matching defs:update
471 static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update,
478 static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update,
482 container_of(update->vfb, typeof(*vfbbo), base);
484 int depth = update->vfb->base.format->depth;
495 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8;
498 gmr->body.bytesPerLine = update->vfb->base.pitches[0];
504 static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update,
511 blit->body.destScreenId = update->du->unit;
522 static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update,
567 static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update,
574 static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update,
579 srf_update = container_of(update, typeof(*srf_update), base);
591 static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update,
597 vfbs = container_of(update->vfb, typeof(*vfbs), base);
604 blit->body.destScreenId = update->du->unit;
620 static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update,
638 static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update,
642 struct drm_plane_state *state = update->plane->state;
651 srf_update = container_of(update, typeof(*srf_update), base);
752 DRM_ERROR("Failed to update screen.\n");