Lines Matching refs:drm_plane

2331 intel_pin_and_fence_fb_obj(struct drm_plane *plane,  in intel_pin_and_fence_fb_obj()
2588 update_state_fb(struct drm_plane *plane) in update_state_fb()
2609 struct drm_plane *primary = intel_crtc->base.primary; in intel_find_initial_plane_obj()
2692 struct drm_plane *primary = crtc->primary; in i9xx_update_primary_plane()
2822 struct drm_plane *primary = crtc->primary; in ironlake_update_primary_plane()
3094 struct drm_plane *plane = crtc->primary; in skylake_update_primary_plane()
4810 struct drm_plane *plane; in intel_post_plane_update()
4841 struct drm_plane *p; in intel_pre_plane_update()
4875 struct drm_plane *p; in intel_crtc_disable_planes()
10774 struct drm_plane *primary = crtc->base.primary; in intel_unpin_work_fn()
11408 struct drm_plane *primary = crtc->primary; in intel_crtc_page_flip()
11641 static bool intel_wm_need_update(struct drm_plane *plane, in intel_wm_need_update()
11661 struct drm_plane *plane = plane_state->plane; in intel_plane_atomic_calc_changes()
12001 struct drm_plane *plane; in intel_dump_pipe_config()
13451 intel_prepare_plane_fb(struct drm_plane *plane, in intel_prepare_plane_fb()
13492 intel_cleanup_plane_fb(struct drm_plane *plane, in intel_cleanup_plane_fb()
13540 intel_check_primary_plane(struct drm_plane *plane, in intel_check_primary_plane()
13567 intel_commit_primary_plane(struct drm_plane *plane, in intel_commit_primary_plane()
13593 intel_disable_primary_plane(struct drm_plane *plane, in intel_disable_primary_plane()
13643 void intel_plane_destroy(struct drm_plane *plane) in intel_plane_destroy()
13662 static struct drm_plane *intel_primary_plane_create(struct drm_device *dev, in intel_primary_plane_create()
13739 intel_check_cursor_plane(struct drm_plane *plane, in intel_check_cursor_plane()
13800 intel_disable_cursor_plane(struct drm_plane *plane, in intel_disable_cursor_plane()
13807 intel_commit_cursor_plane(struct drm_plane *plane, in intel_commit_cursor_plane()
13832 static struct drm_plane *intel_cursor_plane_create(struct drm_device *dev, in intel_cursor_plane_create()
13905 struct drm_plane *primary = NULL; in intel_crtc_init()
13906 struct drm_plane *cursor = NULL; in intel_crtc_init()
15249 struct drm_plane *primary = crtc->base.primary; in readout_plane_state()