diff options
author | Roland Scheidegger <rscheidegger_lists@hispeed.ch> | 2005-02-22 00:39:15 +0000 |
---|---|---|
committer | Roland Scheidegger <rscheidegger_lists@hispeed.ch> | 2005-02-22 00:39:15 +0000 |
commit | f1edbb7852d85f660188498f578a0a697c2094fe (patch) | |
tree | b63fa4891c7e69064a02851c98e69ddbf9e4dcb8 /src/radeon_dri.h | |
parent | b853dbb50fb7c46fb5a70f349a3f264f0bb94e8c (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.h | 3 |
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)) |