diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:01:53 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:03:50 +0100 |
commit | 95cbbe999418c72dc407069d31e759d70f49ab16 (patch) | |
tree | f2705d2db03353ec815da72d26dd540c2602ec6a /src/radeon_textured_video.c | |
parent | 18d5ae3bd9075ac1a2ee21b071ac133e2e634b62 (diff) |
drop RING_LOCALS/ACCEL_PREAMBLE
these were unused now.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_textured_video.c')
-rw-r--r-- | src/radeon_textured_video.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_textured_video.c b/src/radeon_textured_video.c index d98b68db..a7402aa3 100644 --- a/src/radeon_textured_video.c +++ b/src/radeon_textured_video.c @@ -123,8 +123,6 @@ static REF_TRANSFORM trans[2] = }; -#define ACCEL_PREAMBLE() \ - RING_LOCALS; #define BEGIN_ACCEL(n) BEGIN_RING(2*(n)) #define OUT_ACCEL_REG(reg, val) OUT_RING_REG(reg, val) #define OUT_ACCEL_REG_F(reg, val) OUT_ACCEL_REG(reg, F_TO_DW(val)) @@ -134,7 +132,6 @@ static REF_TRANSFORM trans[2] = #include "radeon_textured_videofuncs.c" -#undef ACCEL_PREAMBLE #undef BEGIN_ACCEL #undef OUT_ACCEL_REG #undef OUT_ACCEL_REG_F |