diff options
author | Dave Airlie <airlied@linux.ie> | 2006-10-23 16:49:59 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-11-12 15:43:13 +1100 |
commit | 78061ca460c9d6fd338ccf273bbfa152f471622e (patch) | |
tree | 098313ca49517319cc58abd692fcf2e8e10ef32d /src/radeon_driver.c | |
parent | f917f65e8d2b13d8b9bfc4320f4a935f5a5c4bff (diff) |
radeon: separate static controller setup from non-static
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 1 |
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); |