summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-07-21 16:57:25 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-07-21 16:57:25 +0200
commit4d5b9f484885ac01457f0a8c39b24ca4aac34b5a (patch)
tree625923eb73801659d239aa22f8a46d5cc2460277 /linux-core
parent147ef45873868a0df9216dac0370ada1ed835590 (diff)
NV50: Don't create a "native" mode for LVDS when there is none.
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/nv50_kms_wrapper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-core/nv50_kms_wrapper.c b/linux-core/nv50_kms_wrapper.c
index 8b27f80b..355d25d6 100644
--- a/linux-core/nv50_kms_wrapper.c
+++ b/linux-core/nv50_kms_wrapper.c
@@ -1079,6 +1079,10 @@ static void nv50_kms_connector_fill_modes(struct drm_connector *drm_connector, u
NV50_DEBUG("No valid modes on %s\n", drm_get_connector_name(drm_connector));
+ /* Making up native modes for LVDS is a bad idea. */
+ if (drm_connector->connector_type == DRM_MODE_CONNECTOR_LVDS)
+ return;
+
/* Should we do this here ???
* When no valid EDID modes are available we end up
* here and bailed in the past, now we add a standard