diff options
author | Adam Jackson <ajax@redhat.com> | 2011-10-07 18:38:46 (GMT) |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-01-17 11:52:19 (GMT) |
commit | 1f182b27d50ae9f5efeb28be5b65302c8a81e711 (patch) | |
tree | ce10540fd5c1905adb664c14ee5f2dac7fff1e34 | |
parent | 23c99e775d14f01ba45a5affd2fb51af4328359c (diff) | |
download | linux-fsl-qoriq-1f182b27d50ae9f5efeb28be5b65302c8a81e711.tar.xz |
drm/i915: Remove a comment about PCH from the non-PCH path
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r-- | drivers/gpu/drm/i915/intel_display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 3e21f3c..ebe71ed 100644 --- 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 |