diff options
author | Dave Airlie <airlied@linux.ie> | 2007-12-30 16:39:58 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-12-30 16:39:58 +1000 |
commit | 0bc3fd595a73e12a424571697d164a09a6a4c072 (patch) | |
tree | 79b60362611fcf8f15709d7817d85b2f8bc4ea60 /src/radeon_bios.c | |
parent | bfa22d676a6f333503104041f62222f4de9bb7d8 (diff) |
atombios: add support for reading tv standard from atombios
fix typo in atombios header file
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r-- | src/radeon_bios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c index 92531827..9b28b6f9 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -524,7 +524,7 @@ Bool RADEONGetTVInfoFromBIOS (xf86OutputPtr output) { if (info->IsAtomBios) { /* no idea where TV table is on ATOM bios */ - return FALSE; + return RADEONGetATOMTVInfo(output); } else { offset = RADEON_BIOS16(info->ROMHeaderStart + 0x32); if (offset) { |