summaryrefslogtreecommitdiff
path: root/src/radeon_exa.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-06-15 16:49:13 +0100
committerDave Airlie <airlied@redhat.com>2012-06-15 16:49:13 +0100
commitad8629e3323efe484dd1421d94dd934e1bfafe56 (patch)
tree55ea84baff6174218b068cd370d90a5236b5b93d /src/radeon_exa.c
parent96644f96f1a2df1d7d1ca8cbdc9a105affdb4f32 (diff)
radeon: further macro cleanups.
drop some more of the wrapper macros. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r--src/radeon_exa.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c
index 2cfecb33..2c36882c 100644
--- a/src/radeon_exa.c
+++ b/src/radeon_exa.c
@@ -532,20 +532,13 @@ Bool RADEONEXAPixmapIsOffscreen(PixmapPtr pPix)
/***********************************************************************/
#define BEGIN_ACCEL(n) BEGIN_RING(2*(n))
-#define OUT_ACCEL_REG(reg, val) OUT_RING_REG(reg, val)
-#define FINISH_ACCEL() ADVANCE_RING()
#define OUT_RELOC(x, read, write) OUT_RING_RELOC(x, read, write)
-#define OUT_RING_F(x) OUT_RING(F_TO_DW(x))
-
#ifdef RENDER
#include "radeon_exa_render.c"
#endif
#include "radeon_exa_funcs.c"
#undef BEGIN_ACCEL
-#undef OUT_ACCEL_REG
-#undef FINISH_ACCEL
-#undef OUT_RING_F