diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2008-01-03 17:52:39 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2008-01-03 17:52:39 +0100 |
commit | ab451e4b7a5423d61b57cf0646599267d8504af4 (patch) | |
tree | 94ed2b0ef66a2b8181fee6305b96206e48a01df3 /src/radeon_atombios.c | |
parent | 394c52273328e90518568b694ee79dc1a8dab651 (diff) |
radeon: Miscellaneous warning fixes.
Diffstat (limited to 'src/radeon_atombios.c')
-rw-r--r-- | src/radeon_atombios.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c index b352a566..7cf05567 100644 --- a/src/radeon_atombios.c +++ b/src/radeon_atombios.c @@ -36,9 +36,6 @@ #include "radeon_macros.h" #include "xorg-server.h" -#if XSERVER_LIBPCIACCESS -#warning pciaccess defined -#endif /* only for testing now */ #include "xf86DDC.h" @@ -190,6 +187,8 @@ enum { # define LOG_CAIL LOG_DEBUG + 1 +#if 0 + static void RHDDebug(int scrnIndex, const char *format, ...) { @@ -210,6 +209,8 @@ RHDDebugCont(const char *format, ...) va_end(ap); } +#endif + static void CailDebug(int scrnIndex, const char *format, ...) { @@ -1644,7 +1645,7 @@ RADEONGetATOMTVInfo(xf86OutputPtr output) } Bool -RADEONATOMGetTVTimings(ScrnInfoPtr pScrn, int index, SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION *crtc_timing, uint32_t *pixel_clock) +RADEONATOMGetTVTimings(ScrnInfoPtr pScrn, int index, SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION *crtc_timing, int32_t *pixel_clock) { RADEONInfoPtr info = RADEONPTR(pScrn); ATOM_ANALOG_TV_INFO *tv_info; |