projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1100244
)
drm/i915: Fix comment about our plane remapping on gen2/3
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 16 Jun 2014 00:08:26 +0000
(
02:08
+0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 16 Jun 2014 18:01:35 +0000
(20:01 +0200)
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>
drivers/gpu/drm/i915/intel_display.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index
2fdbedf
..
a514779
100644
(file)
--- 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 p
lan
e B. Hence we want plane A feeding pipe B.
+ * is hooked to p
ip
e B. Hence we want plane A feeding pipe B.
*/
intel_crtc->pipe = pipe;
intel_crtc->plane = pipe;