diff options
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index cbe9e740..541a910f 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -137,7 +137,7 @@ typedef struct _RADEONOutputPrivateRec { I2CBusPtr pI2CBus; } RADEONOutputPrivateRec, *RADEONOutputPrivatePtr; -#define RADEON_MAX_CONNECTOR 2 +#define RADEON_MAX_CONNECTOR 3 /* actually 4: DVI/VGA, DVI on docks, TV, LVDS */ #define RADEON_MAX_CRTC 2 typedef struct |