xf86-video-intel: src/intel_display.c

Chris Wilson ickle at kemper.freedesktop.org
Wed Nov 16 15:30:57 PST 2011


 src/intel_display.c |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit ac7df2919b92c9fe47c6745975e1848932f989e8
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Nov 16 23:25:16 2011 +0000

    Revert "Disable adding normal RTF modes for an eDP"
    
    This reverts commit 212fa9868767637e8f430485eeb522c99e63fd16.
    
    The underlying register programming for eDP is now believed to be fixed
    as of linux-3.1.
    
    References: https://bugs.freedesktop.org/show_bug.cgi?id=38012
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=41070
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/intel_display.c b/src/intel_display.c
index 542dc20..6fec8b0 100644
--- a/src/intel_display.c
+++ b/src/intel_display.c
@@ -695,13 +695,8 @@ intel_crtc_init(ScrnInfoPtr scrn, struct intel_mode *mode, int num)
 static Bool
 is_panel(int type)
 {
-#if 0
-	/* XXX https://bugs.freedesktop.org/show_bug.cgi?id=38012 */
 	return (type == DRM_MODE_CONNECTOR_LVDS ||
 		type == DRM_MODE_CONNECTOR_eDP);
-#else
-	return type == DRM_MODE_CONNECTOR_LVDS;
-#endif
 }
 
 static xf86OutputStatus


More information about the xorg-commit mailing list