diff options
author | Dave Airlie <airlied@starflyer-ubuntu.(none)> | 2006-09-18 06:35:50 +1000 |
---|---|---|
committer | Dave Airlie <airlied@starflyer-ubuntu.(none)> | 2006-09-18 06:35:50 +1000 |
commit | 11fb9a14741746c752b0001c1b1d39a54e69657a (patch) | |
tree | c579eec06a2cad9bdf3f2dd67a898db113f9f57f /src/radeon_driver.c | |
parent | a15ac59c4d1a15380910be2a7438111b09161c81 (diff) |
radeon: add tv dac adj lookup
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 3fa10c5a..e3d8864e 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -3560,6 +3560,7 @@ static Bool RADEONPreInitControllers(ScrnInfoPtr pScrn, xf86Int10InfoPtr pInt10 if (!RADEONQueryConnectedMonitors(pScrn)) goto fail; RADEONGetClockInfo(pScrn); + RADEONGetTVDacAdjInfo(pScrn); return TRUE; fail: |