Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c386 .atomic_destroy_state = vmw_du_plane_destroy_state,
395 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_kms.h483 void vmw_du_plane_destroy_state(struct drm_plane *plane,
Dvmwgfx_scrn.c762 .atomic_destroy_state = vmw_du_plane_destroy_state,
771 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_stdu.c1416 .atomic_destroy_state = vmw_du_plane_destroy_state,
1425 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_kms.c1097 vmw_du_plane_destroy_state(plane, plane->state); in vmw_du_plane_reset()
1119 vmw_du_plane_destroy_state(struct drm_plane *plane, in vmw_du_plane_destroy_state() function