Searched refs:post_prepare (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h69 * @post_prepare: Populate fifo for resource preparation.
80 uint32_t (*post_prepare)(struct vmw_du_update_plane *update, void *cmd); member in struct:vmw_du_update_plane
H A Dvmwgfx_scrn.c547 bo_update.base.post_prepare = vmw_sou_bo_define_gmrfb;
707 srf_update.base.post_prepare = vmw_sou_surface_post_prepare;
H A Dvmwgfx_kms.c2810 if (update->post_prepare) {
2811 curr_size = update->post_prepare(update, cmd_next);
H A Dvmwgfx_stdu.c1328 srf_update.post_prepare = vmw_stdu_surface_update_proxy;

Completed in 225 milliseconds