Lines Matching defs:plane
279 void vmw_du_cursor_plane_destroy(struct drm_plane *plane) in vmw_du_cursor_plane_destroy()
287 void vmw_du_primary_plane_destroy(struct drm_plane *plane) in vmw_du_primary_plane_destroy()
330 vmw_du_plane_cleanup_fb(struct drm_plane *plane, in vmw_du_plane_cleanup_fb()
348 vmw_du_cursor_plane_prepare_fb(struct drm_plane *plane, in vmw_du_cursor_plane_prepare_fb()
376 vmw_du_cursor_plane_atomic_update(struct drm_plane *plane, in vmw_du_cursor_plane_atomic_update()
443 int vmw_du_primary_plane_atomic_check(struct drm_plane *plane, in vmw_du_primary_plane_atomic_check()
482 int vmw_du_cursor_plane_atomic_check(struct drm_plane *plane, in vmw_du_cursor_plane_atomic_check()
662 vmw_du_plane_duplicate_state(struct drm_plane *plane) in vmw_du_plane_duplicate_state()
697 void vmw_du_plane_reset(struct drm_plane *plane) in vmw_du_plane_reset()
725 vmw_du_plane_destroy_state(struct drm_plane *plane, in vmw_du_plane_destroy_state()
2369 struct drm_plane *plane = crtc->primary; in vmw_kms_helper_dirty() local