diff options
author | Dave Airlie <airlied@linux.ie> | 2005-09-11 08:51:38 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-09-11 08:51:38 +0000 |
commit | fd62082b68ac3aadd8ffc441352d75d88334904e (patch) | |
tree | ed8b6494a2c88bfa7e6b6f8912c2ed5d21df12bd /src/radeon_dri.h | |
parent | cb63f8d9c0563fb0eff28e2be6d4adf5666540d2 (diff) |
Add support for allocating PCI GART table in framebuffer memory. This is
needed to support PCIE Radeons using a new DRM.
Diffstat (limited to 'src/radeon_dri.h')
-rw-r--r-- | src/radeon_dri.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_dri.h b/src/radeon_dri.h index 9a90ec8..c93bc4e 100644 --- a/src/radeon_dri.h +++ b/src/radeon_dri.h @@ -54,6 +54,8 @@ #define RADEON_DEFAULT_CP_TIMEOUT 10000 /* usecs */ +#define RADEON_PCIGART_TABLE_SIZE 32768 + #define RADEON_AGP_MAX_MODE 8 #define RADEON_CARD_TYPE_RADEON 1 |