projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23c99e7
)
drm/i915: Remove a comment about PCH from the non-PCH path
author
Adam Jackson
<ajax@redhat.com>
Fri, 7 Oct 2011 18:38:46 +0000
(14:38 -0400)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 17 Jan 2012 11:52:19 +0000
(12:52 +0100)
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index 3e21f3cb78799280c4bb0ef27ce59ba7c9bb9a6c..ebe71eda9546f75cc4159f4fb743afca4bd4f6fc 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_display.c
+++ b/
drivers/gpu/drm/i915/intel_display.c
@@
-5235,8
+5235,6
@@
static int i9xx_crtc_mode_set(struct drm_crtc *crtc,
/* Set up the display plane register */
dspcntr = DISPPLANE_GAMMA_ENABLE;
- /* Ironlake's plane is forced to pipe, bit 24 is to
- enable color space conversion */
if (pipe == 0)
dspcntr &= ~DISPPLANE_SEL_PIPE_MASK;
else