diff options
author | Brice Goglin <bgoglin@debian.org> | 2008-07-29 23:31:14 +0200 |
---|---|---|
committer | Brice Goglin <bgoglin@debian.org> | 2008-07-29 23:41:47 +0200 |
commit | 5b5441f8cc119db0d1e03dd35bd06015a26270dd (patch) | |
tree | ac4ba25eae76e55f8ca28055d6fd4009d0ca9c28 /src/radeon_dri.h | |
parent | 0a505297f09aefb1b4432176a263bfdf6f256f77 (diff) |
Increase default GART size to 32MB on >=R300
Diffstat (limited to 'src/radeon_dri.h')
-rw-r--r-- | src/radeon_dri.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_dri.h b/src/radeon_dri.h index b1c5bbfb..6e3ad62a 100644 --- a/src/radeon_dri.h +++ b/src/radeon_dri.h @@ -40,6 +40,7 @@ /* DRI Driver defaults */ #define RADEON_DEFAULT_GART_SIZE 8 /* MB (must be 2^n and > 4MB) */ +#define R300_DEFAULT_GART_SIZE 32 /* MB (for R300 and above) */ #define RADEON_DEFAULT_RING_SIZE 1 /* MB (must be page aligned) */ #define RADEON_DEFAULT_BUFFER_SIZE 2 /* MB (must be page aligned) */ #define RADEON_DEFAULT_GART_TEX_SIZE 1 /* MB (must be page aligned) */ |