Home
last modified time | relevance | path

Searched refs:vmw_du_helper_plane_update (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h566 int vmw_du_helper_plane_update(struct vmw_du_update_plane *update);
H A Dvmwgfx_scrn.c559 return vmw_du_helper_plane_update(&bo_update.base); in vmw_sou_plane_update_bo()
720 return vmw_du_helper_plane_update(&srf_update.base); in vmw_sou_plane_update_surface()
H A Dvmwgfx_stdu.c1232 return vmw_du_helper_plane_update(&bo_update.base); in vmw_stdu_plane_update_bo()
1409 return vmw_du_helper_plane_update(&srf_update); in vmw_stdu_plane_update_surface()
H A Dvmwgfx_kms.c2722 int vmw_du_helper_plane_update(struct vmw_du_update_plane *update) in vmw_du_helper_plane_update() function