summaryrefslogtreecommitdiff
path: root/src/savage_driver.h
diff options
context:
space:
mode:
authorAlex Villací­s Lasso <a_villacis@palosanto.com>2008-01-19 12:08:50 -0500
committerAlex Deucher <alex@botch2.(none)>2008-01-19 12:08:50 -0500
commit1169cb5bd96f7a4ac0deea6d085133d446ec0d6a (patch)
tree4f9896d385fa6681e1bfab62e31095689d860108 /src/savage_driver.h
parentce182d1883bba35491858b47291c8240441443d0 (diff)
Implement driver option IgnoreEDID
Since some time, savage enforces video-mode and max. pixel clock validation through EDID, which is great for autoconfiguration, but prevents users from defining higher screen resolutions, even though the monitor is capable of it. This patch implements the IgnoreEDID option so that the EDID monitor information can be explictly disabled.
Diffstat (limited to 'src/savage_driver.h')
-rw-r--r--src/savage_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/savage_driver.h b/src/savage_driver.h
index e032ddc..b6d1e7a 100644
--- a/src/savage_driver.h
+++ b/src/savage_driver.h
@@ -335,6 +335,7 @@ typedef struct _Savage {
/* Here are all the Options */
OptionInfoPtr Options;
+ Bool IgnoreEDID;
Bool ShowCache;
Bool pci_burst;
Bool NoPCIRetry;