summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2007-11-09 17:11:43 -0500
committerAlex Deucher <alex@botch2.(none)>2007-11-09 17:11:43 -0500
commit342e3e207efda42ba679731c30dfb9d5e9d5643f (patch)
tree35f708c9531b42b2e8ac610eb77fd063a2b92d1c /src/radeon_probe.h
parent8078c299d5941460243944d55051547c1a4d3791 (diff)
combine outputs based on id
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index db808d22..c24993c7 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -192,6 +192,7 @@ typedef struct {
RADEONConnectorType ConnectorType;
Bool valid;
int gpio;
+ int output_id;
} RADEONBIOSConnector;
typedef struct _RADEONOutputPrivateRec {
@@ -240,6 +241,7 @@ typedef struct _RADEONOutputPrivateRec {
unsigned long gpio;
char *name;
+ int output_id;
} RADEONOutputPrivateRec, *RADEONOutputPrivatePtr;
#define RADEON_MAX_CRTC 2