diff options
author | Eric Anholt <eric@anholt.net> | 2008-10-30 13:55:07 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-11-04 10:39:34 -0800 |
commit | 040d9bf9d8748d1ed8f977a6356d198def978b51 (patch) | |
tree | b87a4b2ef9cd32ba9114ad950e204c5cf293d934 /src/i830.h | |
parent | 08914cceda6c57530023cdcdb5ad7e4024f36a6e (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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -603,8 +603,6 @@ typedef struct _I830Rec { Bool StolenOnly; - Bool checkDevices; - /* Driver phase/state information */ Bool preinit; Bool starting; |