summaryrefslogtreecommitdiff
path: root/src/radeon_atombios.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-10-07 19:56:58 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-10-07 19:58:47 -0400
commit02e12ae6be7bc1976f63848fa2854d320d5ab36e (patch)
tree45e2517f5bd57994d197e53e39fa0eda37321486 /src/radeon_atombios.h
parentd499eeaf22f77a1294e99aa38a50aa6810bb684a (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.h2
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);