summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-06-29 01:15:57 -0400
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-06-29 01:15:57 -0400
commitbdcae622100c81a4d9a53938542b64908bacd195 (patch)
tree2bc1ea0e57c4cba85fa1307a7dd51028522dd134 /src/radeon.h
parent21be0d3a1f4700572c6425800596785d6850626f (diff)
RADEON: save crtc on/off state for console restore
- prevents a possible hang if console is only using 1 crtc
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 c8b18b08..c759b757 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -748,6 +748,10 @@ typedef struct {
RADEONBIOSConnector BiosConnector[RADEON_MAX_BIOS_CONNECTOR];
RADEONBIOSInitTable BiosTable;
+ /* save crtc state for console restore */
+ Bool crtc_on;
+ Bool crtc2_on;
+
Rotation rotation;
void (*PointerMoved)(int, int, int);
CreateScreenResourcesProcPtr CreateScreenResources;