diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_output.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 235f838e..ccbc3063 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -687,11 +687,7 @@ void RADEONConnectorFindMonitor(ScrnInfoPtr pScrn, xf86OutputPtr output) if (radeon_output->type == OUTPUT_LVDS) radeon_output->MonType = MT_LCD; if (!radeon_output->MonType) { - if (radeon_output->DACType == DAC_PRIMARY) { - radeon_output->MonType = atombios_dac_detect(pScrn, output); - } else if (radeon_output->DACType == DAC_TVDAC) { - radeon_output->MonType = atombios_dac_detect(pScrn, output); - } + radeon_output->MonType = atombios_dac_detect(pScrn, output); } } } else { |