Lines Matching defs:plane
496 void vmw_du_cursor_plane_destroy(struct drm_plane *plane) in vmw_du_cursor_plane_destroy()
510 void vmw_du_primary_plane_destroy(struct drm_plane *plane) in vmw_du_primary_plane_destroy()
553 vmw_du_plane_cleanup_fb(struct drm_plane *plane, in vmw_du_plane_cleanup_fb()
641 vmw_du_cursor_plane_cleanup_fb(struct drm_plane *plane, in vmw_du_cursor_plane_cleanup_fb()
688 vmw_du_cursor_plane_prepare_fb(struct drm_plane *plane, in vmw_du_cursor_plane_prepare_fb()
757 vmw_du_cursor_plane_atomic_update(struct drm_plane *plane, in vmw_du_cursor_plane_atomic_update()
835 int vmw_du_primary_plane_atomic_check(struct drm_plane *plane, in vmw_du_primary_plane_atomic_check()
876 int vmw_du_cursor_plane_atomic_check(struct drm_plane *plane, in vmw_du_cursor_plane_atomic_check()
1055 vmw_du_plane_duplicate_state(struct drm_plane *plane) in vmw_du_plane_duplicate_state()
1092 void vmw_du_plane_reset(struct drm_plane *plane) in vmw_du_plane_reset()
1119 vmw_du_plane_destroy_state(struct drm_plane *plane, in vmw_du_plane_destroy_state()
2623 struct drm_plane *plane = crtc->primary; in vmw_kms_helper_dirty() local