2010-07-05 00:07:04 +00:00
|
|
|
From 92a02d58bf4e1d0b4779d37401d40c28e3a4ba2a Mon Sep 17 00:00:00 2001
|
2009-08-21 18:33:32 +00:00
|
|
|
From: Adam Jackson <ajax@redhat.com>
|
2010-03-04 05:40:17 +00:00
|
|
|
Date: Thu, 4 Mar 2010 15:18:38 +1000
|
2010-07-05 00:07:04 +00:00
|
|
|
Subject: [PATCH 11/17] tweak default mode list yet again
|
2009-08-21 18:33:32 +00:00
|
|
|
|
|
|
|
---
|
2010-07-05 00:07:04 +00:00
|
|
|
hw/xfree86/modes/xf86Crtc.c | 3 +++
|
|
|
|
1 files changed, 3 insertions(+), 0 deletions(-)
|
2009-08-21 18:33:32 +00:00
|
|
|
|
|
|
|
diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
|
2010-07-05 00:07:04 +00:00
|
|
|
index d907eb2..dc159a1 100644
|
2009-08-21 18:33:32 +00:00
|
|
|
--- a/hw/xfree86/modes/xf86Crtc.c
|
|
|
|
+++ b/hw/xfree86/modes/xf86Crtc.c
|
2010-07-05 00:07:04 +00:00
|
|
|
@@ -1630,6 +1630,9 @@ xf86ProbeOutputModes (ScrnInfoPtr scrn, int maxX, int maxY)
|
2009-08-21 18:33:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
output_modes = (*output->funcs->get_modes) (output);
|
|
|
|
+
|
|
|
|
+ /* if the driver found modes, don't second-guess it */
|
|
|
|
+ add_default_modes = (output_modes == NULL);
|
|
|
|
|
|
|
|
edid_monitor = output->MonInfo;
|
|
|
|
|
|
|
|
--
|
2010-07-05 00:07:04 +00:00
|
|
|
1.7.1
|
2009-08-21 18:33:32 +00:00
|
|
|
|