From 9fad101da95bfd37987b797020f71fe306c6f876 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 18 Feb 2006 03:04:30 +0000 Subject: add benh's memory management patch --- shared-core/radeon_drm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared-core/radeon_drm.h') 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 { -- cgit v1.2.3