summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-06-16 04:08:26 +0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-06-16 22:01:35 +0400
commit8c0f92e1f87149bd2429015c9d0600a13a34d607 (patch)
treeb16e250ccedc303e005754f5304202691a9cd458
parent1100244e31f5b8ce9d09ec6b965536c15efc6148 (diff)
downloadlinux-8c0f92e1f87149bd2429015c9d0600a13a34d607.tar.xz
drm/i915: Fix comment about our plane remapping on gen2/3
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>
-rw-r--r--drivers/gpu/drm/i915/intel_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 2fdbedfc970e..a514779a5918 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -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;