Home
last modified time | relevance | path

Searched refs:vmw_du_plane_destroy_state (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c321 .atomic_destroy_state = vmw_du_plane_destroy_state,
330 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_kms.h492 void vmw_du_plane_destroy_state(struct drm_plane *plane,
Dvmwgfx_scrn.c787 .atomic_destroy_state = vmw_du_plane_destroy_state,
796 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_stdu.c1672 .atomic_destroy_state = vmw_du_plane_destroy_state,
1681 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_kms.c974 vmw_du_plane_destroy_state(plane, plane->state); in vmw_du_plane_reset()
996 vmw_du_plane_destroy_state(struct drm_plane *plane, in vmw_du_plane_destroy_state() function