summaryrefslogtreecommitdiff
path: root/src/radeon_output.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.com>2007-08-05 04:35:24 -0400
committerAlex Deucher <alex@botch2.com>2007-08-05 04:35:24 -0400
commit284323135ec04635dfa9cabd5790a35b953abca2 (patch)
tree15da38f3f0f3d6f90f5f79ecce456337300d00e8 /src/radeon_output.c
parentd1abdad167aa24ac970c69422435df443c82ebd6 (diff)
RADEON: typo
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r--src/radeon_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c
index f65507a..a759452 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -1858,7 +1858,7 @@ Bool RADEONSetupConnectors(ScrnInfoPtr pScrn)
} else {
output = xf86OutputCreate(pScrn, &radeon_output_funcs, "DVI-1");
}
- } else if (info->BiosConnector[0].ConnectorType == CONNECTOR_VGA_ATOM) {
+ } else if (info->BiosConnector[i].ConnectorType == CONNECTOR_VGA_ATOM) {
if (num_vga > 1) {
output = xf86OutputCreate(pScrn, &radeon_output_funcs, "VGA-0");
num_vga--;
@@ -1876,7 +1876,7 @@ Bool RADEONSetupConnectors(ScrnInfoPtr pScrn)
} else {
output = xf86OutputCreate(pScrn, &radeon_output_funcs, "DVI-1");
}
- } else if (info->BiosConnector[0].ConnectorType == CONNECTOR_CRT) {
+ } else if (info->BiosConnector[i].ConnectorType == CONNECTOR_CRT) {
if (num_vga > 1) {
output = xf86OutputCreate(pScrn, &radeon_output_funcs, "VGA-0");
num_vga--;