Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c316 .atomic_destroy_state = vmw_du_plane_destroy_state,
325 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_kms.h378 void vmw_du_plane_destroy_state(struct drm_plane *plane,
Dvmwgfx_scrn.c580 .atomic_destroy_state = vmw_du_plane_destroy_state,
589 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_stdu.c1365 .atomic_destroy_state = vmw_du_plane_destroy_state,
1374 .atomic_destroy_state = vmw_du_plane_destroy_state,
Dvmwgfx_kms.c714 vmw_du_plane_destroy_state(plane, plane->state); in vmw_du_plane_reset()
738 vmw_du_plane_destroy_state(struct drm_plane *plane, in vmw_du_plane_destroy_state() function