Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c0f92e1 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/i915: Fix comment about our plane remapping on gen2/3



Spotted while crawling around in the area.

Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 1100244e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11339,7 +11339,7 @@ static void intel_crtc_init(struct drm_device *dev, int pipe)

	/*
	 * On gen2/3 only plane A can do fbc, but the panel fitter and lvds port
	 * is hooked to plane B. Hence we want plane A feeding pipe B.
	 * is hooked to pipe B. Hence we want plane A feeding pipe B.
	 */
	intel_crtc->pipe = pipe;
	intel_crtc->plane = pipe;