summaryrefslogtreecommitdiff
path: root/src/radeon_atombios.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_atombios.c')
-rw-r--r--src/radeon_atombios.c9
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;