summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 5ef7d15d..72cb22a7 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -3561,14 +3561,14 @@ static Bool RADEONPreInitXv(ScrnInfoPtr pScrn)
static Bool RADEONPreInitControllers(ScrnInfoPtr pScrn, xf86Int10InfoPtr pInt10)
{
RADEONGetBIOSInfo(pScrn, pInt10);
- if (!RADEONQueryConnectedMonitors(pScrn))
- goto fail;
+
+ RADEONMapControllers(pScrn);
+
RADEONGetClockInfo(pScrn);
+ RADEONGetPanelInfo(pScrn);
RADEONGetTVDacAdjInfo(pScrn);
return TRUE;
- fail:
- return FALSE;
}
static void