diff options
author | Dave Airlie <airlied@linux.ie> | 2005-09-11 08:51:23 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-09-11 08:51:23 +0000 |
commit | 5565a00916122bb131ce89a2ca8f7f81ddc9387c (patch) | |
tree | fd1b06f4a2b4d7f56130e8308789ec7368f70e92 /shared-core/radeon_drm.h | |
parent | 29326c1a8990ffb512a891d8deecf4cd4046915c (diff) |
Add GART in FB support for ati pcigart, and PCIE support for r300
Diffstat (limited to 'shared-core/radeon_drm.h')
-rw-r--r-- | shared-core/radeon_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/radeon_drm.h b/shared-core/radeon_drm.h index 64b96939..60656741 100644 --- a/shared-core/radeon_drm.h +++ b/shared-core/radeon_drm.h @@ -690,6 +690,7 @@ typedef struct drm_radeon_setparam { #define RADEON_SETPARAM_FB_LOCATION 1 /* determined framebuffer location */ #define RADEON_SETPARAM_SWITCH_TILING 2 /* enable/disable color tiling */ +#define RADEON_SETPARAM_PCIGART_LOCATION 3 /* PCI Gart Location */ /* 1.14: Clients can allocate/free a surface */ |