summaryrefslogtreecommitdiff
path: root/src/radeon_dri.h
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger_lists@hispeed.ch>2005-02-22 00:39:15 +0000
committerRoland Scheidegger <rscheidegger_lists@hispeed.ch>2005-02-22 00:39:15 +0000
commitf1edbb7852d85f660188498f578a0a697c2094fe (patch)
treeb63fa4891c7e69064a02851c98e69ddbf9e4dcb8 /src/radeon_dri.h
parentb853dbb50fb7c46fb5a70f349a3f264f0bb94e8c (diff)
Fix building radeon driver with BuildXF86DRI set to NO, the breakage was
caused by the tiling support (bug #2481)
Diffstat (limited to 'src/radeon_dri.h')
-rw-r--r--src/radeon_dri.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_dri.h b/src/radeon_dri.h
index 9316d75e..9a90ec84 100644
--- a/src/radeon_dri.h
+++ b/src/radeon_dri.h
@@ -58,9 +58,6 @@
#define RADEON_CARD_TYPE_RADEON 1
-/* Buffer are aligned on 4096 byte boundaries */
-#define RADEON_BUFFER_ALIGN 0x00000fff
-
#define RADEONCP_USE_RING_BUFFER(m) \
(((m) == RADEON_CSQ_PRIBM_INDDIS) || \
((m) == RADEON_CSQ_PRIBM_INDBM))