summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@nx6125b.(none)>2007-08-24 15:05:01 +1000
committerDave Airlie <airlied@nx6125b.(none)>2007-08-24 15:05:01 +1000
commit91c45fedfd155a153dcd2c3f3e30986bfbd44e6f (patch)
tree8a267c8dbf8a977fc02d34862ebb800129a6a595 /src/radeon.h
parent056ca6bb5adf974290693b55de6cd6880d2132d1 (diff)
radeon: don't disable dac if either tv or vga is using it
On my rs480 I had to vt switch to get hotplug VGA working due to the tv-out code turning off the dac when the vga code was actually using it.
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 29e7da47..6f880b82 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -791,6 +791,7 @@ typedef struct {
int MaxLines;
CARD32 tv_dac_adj;
+ CARD32 tv_dac_enable_mask;
Bool want_vblank_interrupts;
RADEONBIOSConnector BiosConnector[RADEON_MAX_BIOS_CONNECTOR];