summaryrefslogtreecommitdiff
path: root/src/intel_display.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-11-16 23:25:16 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-11-16 23:29:39 +0000
commitac7df2919b92c9fe47c6745975e1848932f989e8 (patch)
tree0d84b6904921ec9b33e4a4673316afc9e9951b80 /src/intel_display.c
parent24ece4a87e34c27115ffb55f91294bce2bdf1502 (diff)
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@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_display.c')
-rw-r--r--src/intel_display.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/intel_display.c b/src/intel_display.c
index 542dc200..6fec8b0e 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