From 52ba3fdd1ce05983fabedff234cfaf4c60fba38d Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Thu, 15 Nov 2007 23:12:30 -0500 Subject: atombios_dac_detect() takes care of primary vs tv dac itself --- src/radeon_output.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') 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 { -- cgit v1.2.3