diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-10-07 19:56:58 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-10-07 19:58:47 -0400 |
commit | 02e12ae6be7bc1976f63848fa2854d320d5ab36e (patch) | |
tree | 45e2517f5bd57994d197e53e39fa0eda37321486 /src/radeon_atombios.h | |
parent | d499eeaf22f77a1294e99aa38a50aa6810bb684a (diff) |
ATOM: rework crtc modeset
- clean up tv timing handling
- unify SetCRTCTiming and SetCRTCDTDTiming interfaces
Diffstat (limited to 'src/radeon_atombios.h')
-rw-r--r-- | src/radeon_atombios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_atombios.h b/src/radeon_atombios.h index 81e5a33f..d5250632 100644 --- a/src/radeon_atombios.h +++ b/src/radeon_atombios.h @@ -270,7 +270,7 @@ typedef struct _atomBiosHandle { # endif extern Bool -RADEONATOMGetTVTimings(ScrnInfoPtr pScrn, int index, SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION *crtc_timing, int32_t *pixel_clock); +RADEONATOMGetTVTimings(ScrnInfoPtr pScrn, int index, DisplayModePtr mode); extern void RADEONATOMGetIGPInfo(ScrnInfoPtr pScrn); |