From: Daniel Vetter Date: Mon, 16 Jun 2014 00:08:26 +0000 (+0200) Subject: drm/i915: Fix comment about our plane remapping on gen2/3 X-Git-Tag: v3.17-rc1~82^2~63^2~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8c0f92e1f87149bd2429015c9d0600a13a34d607;p=karo-tx-linux.git drm/i915: Fix comment about our plane remapping on gen2/3 Spotted while crawling around in the area. Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- 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;