Home
last modified time | relevance | path

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

/Linux-v5.15/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.h470 void vmw_du_plane_destroy_state(struct drm_plane *plane,
Dvmwgfx_scrn.c791 .atomic_destroy_state = vmw_du_plane_destroy_state,
800 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_stdu.c1667 .atomic_destroy_state = vmw_du_plane_destroy_state,
1676 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_kms.c717 vmw_du_plane_destroy_state(plane, plane->state); in vmw_du_plane_reset()
739 vmw_du_plane_destroy_state(struct drm_plane *plane, in vmw_du_plane_destroy_state() function