diff options
author | Dave Airlie <airlied@linux.ie> | 2006-02-18 03:04:30 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-02-18 03:04:30 +0000 |
commit | 9fad101da95bfd37987b797020f71fe306c6f876 (patch) | |
tree | 2af03330ef5cbdd3a4d7da32e4cbd02327d7d87b /shared-core/radeon_drm.h | |
parent | 08fafc424a6266fa5e3d6ba755dea22e384e9683 (diff) |
add benh's memory management patch
Diffstat (limited to 'shared-core/radeon_drm.h')
-rw-r--r-- | shared-core/radeon_drm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/radeon_drm.h b/shared-core/radeon_drm.h index d36b1f26..62b82f22 100644 --- a/shared-core/radeon_drm.h +++ b/shared-core/radeon_drm.h @@ -698,6 +698,8 @@ typedef struct drm_radeon_setparam { #define RADEON_SETPARAM_SWITCH_TILING 2 /* enable/disable color tiling */ #define RADEON_SETPARAM_PCIGART_LOCATION 3 /* PCI Gart Location */ +#define RADEON_SETPARAM_NEW_MEMMAP 4 /* Use new memory map */ + /* 1.14: Clients can allocate/free a surface */ typedef struct drm_radeon_surface_alloc { |