diff options
author | Alex Deucher <alex@samba.(none)> | 2008-01-02 19:48:28 -0500 |
---|---|---|
committer | Alex Deucher <alex@samba.(none)> | 2008-01-02 19:48:28 -0500 |
commit | 1accfdd590828e95e0d68a576c8ee05a06a86e43 (patch) | |
tree | 8f6b403f91b29b59285013e7fba009f5b699fb5e /src/radeon_atombios.c | |
parent | ce34090c758ac91171cb6adb9b8a36e4adbf99cf (diff) |
RADEON: various avivo tv-out related clean-ups
Diffstat (limited to 'src/radeon_atombios.c')
-rw-r--r-- | src/radeon_atombios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c index 18088b5b..4b7421f8 100644 --- a/src/radeon_atombios.c +++ b/src/radeon_atombios.c @@ -1644,7 +1644,7 @@ RADEONATOMGetTVTimings(ScrnInfoPtr pScrn, int index, SET_CRTC_TIMING_PARAMETERS_ RADEONInfoPtr info = RADEONPTR(pScrn); ATOM_ANALOG_TV_INFO *tv_info; - tv_info = info->atomBIOS->atomDataPtr->AnalogTV_Info; + tv_info = info->atomBIOS->atomDataPtr->AnalogTV_Info; if (index > MAX_SUPPORTED_TV_TIMING) return FALSE; |