Skip to content

Commit

Permalink
drm/i915: Fix comment about our plane remapping on gen2/3
Browse files Browse the repository at this point in the history
Spotted while crawling around in the area.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Daniel Vetter committed Jun 16, 2014
1 parent 1100244 commit 8c0f92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c0f92e

Please sign in to comment.