diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:11:03 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:11:03 +0100 |
commit | 29dd3f84eecd2892a438f004403521de8986a91d (patch) | |
tree | 5fb32c6954d02ff13a025c98e4c042b199372037 /src/radeon_accel.c | |
parent | 678c1f3425c0fa7e98795c8e351da77d04652e02 (diff) |
radeon: misc cleanups.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_accel.c')
-rw-r--r-- | src/radeon_accel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/radeon_accel.c b/src/radeon_accel.c index 6adb5188..4e240532 100644 --- a/src/radeon_accel.c +++ b/src/radeon_accel.c @@ -170,8 +170,6 @@ int radeon_cs_space_remaining(ScrnInfoPtr pScrn) #undef OUT_ACCEL_REG #undef FINISH_ACCEL -#define RADEON_IB_RESERVE (16 * sizeof(uint32_t)) - void RADEONCopySwap(uint8_t *dst, uint8_t *src, unsigned int size, int swap) { switch(swap) { |