summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <agd5f@yahoo.com>2004-12-12 00:14:32 +0000
committerAlex Deucher <agd5f@yahoo.com>2004-12-12 00:14:32 +0000
commit93675d288d5ebb35d4724ebbfc455a703e25a311 (patch)
treeea6dd9470d7b74722bf5c75d99aeb09d5e6d4bf9 /src/radeon.h
parented217003127028483fd2956851d438977169d154 (diff)
- only mess with Dynamicclocks on mobility chips (Benh, me) bug 1912
- fix display detection (Hui Yu) bug 1559 - Add new option "BIOSHotkeys" to allow the bios to control output switching (off by default) bug 2000 - update the savage man page to document the "CrtOnly" option
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 098627d4..05637fae 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -620,6 +620,10 @@ typedef struct {
/* special handlings for DELL triple-head server */
Bool IsDellServer;
+
+ /* enable bios hotkey output switching */
+ Bool BiosHotkeys;
+
} RADEONInfoRec, *RADEONInfoPtr;
#define RADEONWaitForFifo(pScrn, entries) \