summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-10-30 13:55:07 -0700
committerEric Anholt <eric@anholt.net>2008-11-04 10:39:34 -0800
commit040d9bf9d8748d1ed8f977a6356d198def978b51 (patch)
treeb87a4b2ef9cd32ba9114ad950e204c5cf293d934 /src/i830.h
parent08914cceda6c57530023cdcdb5ad7e4024f36a6e (diff)
Remove the CheckDevices timer.
This was an early attempt to support display switch hotkey. It never really worked, as the events didn't show up when they should. It also cost a wakeup every second to check just in case, instead of taking an interrupt like we can now using ACPI. Additionally, some machines apparently get stuck with the event set and end up DDCing checking for new devices every second and smashing your video modes.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830.h b/src/i830.h
index 5da4181d..12aecf8b 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -603,8 +603,6 @@ typedef struct _I830Rec {
Bool StolenOnly;
- Bool checkDevices;
-
/* Driver phase/state information */
Bool preinit;
Bool starting;