diff options
author | Dave Airlie <airlied@redhat.com> | 2008-08-04 14:59:17 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-08-04 14:59:17 +1000 |
commit | aa8e15f8b51e555e78cb93e279bad5843eea5391 (patch) | |
tree | 632c6044f1c0096ffc87c8f95bf1efd6819e9e2f /shared-core/radeon_drm.h | |
parent | 29649ddedee6b07b922c99233b8afc7c3a1db66f (diff) |
radeon: add userspace mm enable switch
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 8ee1baa7..8bb5d87c 100644 --- a/shared-core/radeon_drm.h +++ b/shared-core/radeon_drm.h @@ -768,6 +768,7 @@ typedef struct drm_radeon_setparam { #define RADEON_SETPARAM_NEW_MEMMAP 4 /* Use new memory map */ #define RADEON_SETPARAM_PCIGART_TABLE_SIZE 5 /* PCI GART Table Size */ #define RADEON_SETPARAM_VBLANK_CRTC 6 /* VBLANK CRTC */ +#define RADEON_SETPARAM_MM_INIT 7 /* Initialise the mm */ /* 1.14: Clients can allocate/free a surface */ typedef struct drm_radeon_surface_alloc { |