summaryrefslogtreecommitdiff
path: root/shared-core/radeon_drv.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-08-04 14:59:17 +1000
committerDave Airlie <airlied@redhat.com>2008-08-04 14:59:17 +1000
commitaa8e15f8b51e555e78cb93e279bad5843eea5391 (patch)
tree632c6044f1c0096ffc87c8f95bf1efd6819e9e2f /shared-core/radeon_drv.h
parent29649ddedee6b07b922c99233b8afc7c3a1db66f (diff)
radeon: add userspace mm enable switch
Diffstat (limited to 'shared-core/radeon_drv.h')
-rw-r--r--shared-core/radeon_drv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h
index e55a9697..0363dfd4 100644
--- a/shared-core/radeon_drv.h
+++ b/shared-core/radeon_drv.h
@@ -314,6 +314,8 @@ typedef struct drm_radeon_private {
int new_memmap;
+ bool user_mm_enable;
+
int gart_size;
u32 gart_vm_start;
unsigned long gart_buffers_offset;