summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-10-23 16:49:59 +1000
committerDave Airlie <airlied@linux.ie>2006-11-12 15:43:13 +1100
commit78061ca460c9d6fd338ccf273bbfa152f471622e (patch)
tree098313ca49517319cc58abd692fcf2e8e10ef32d /src/radeon_driver.c
parentf917f65e8d2b13d8b9bfc4320f4a935f5a5c4bff (diff)
radeon: separate static controller setup from non-static
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 163d19c..b38c6ef 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -3550,6 +3550,7 @@ static Bool RADEONPreInitControllers(ScrnInfoPtr pScrn, xf86Int10InfoPtr pInt10
{
RADEONGetBIOSInfo(pScrn, pInt10);
+ RADEONSetupConnectors(pScrn);
RADEONMapControllers(pScrn);
RADEONGetClockInfo(pScrn);