summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-12-17 18:51:31 -0500
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-12-17 18:51:31 -0500
commit4da3782239921eb377216d4de4a9cc5bb55e0e8a (patch)
tree0116590e446475884493681d42a84f99fd636487 /src/radeon.h
parent5c5d2d19b2b032a06dd333b4ecc029aac342fb93 (diff)
RADEON: add output enable masks
add output enable masks for outputs that drive more than one connector. Make sure we don't turn off an output that's driving another connector.
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 67315a2d..03db3604 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -850,6 +850,14 @@ typedef struct {
#endif
RADEONExtTMDSChip ext_tmds_chip;
+ /* output enable masks for outputs shared across connectors */
+ int output_crt1;
+ int output_crt2;
+ int output_dfp1;
+ int output_dfp2;
+ int output_lcd1;
+ int output_tv1;
+
Rotation rotation;
void (*PointerMoved)(int, int, int);
CreateScreenResourcesProcPtr CreateScreenResources;