Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c320 .atomic_destroy_state = vmw_du_plane_destroy_state,
329 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_kms.h493 void vmw_du_plane_destroy_state(struct drm_plane *plane,
Dvmwgfx_scrn.c786 .atomic_destroy_state = vmw_du_plane_destroy_state,
795 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_stdu.c1671 .atomic_destroy_state = vmw_du_plane_destroy_state,
1680 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_kms.c973 vmw_du_plane_destroy_state(plane, plane->state); in vmw_du_plane_reset()
995 vmw_du_plane_destroy_state(struct drm_plane *plane, in vmw_du_plane_destroy_state() function