summaryrefslogtreecommitdiff
path: root/shared-core/radeon_drv.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-08-14 09:14:14 +1000
committerDave Airlie <airlied@redhat.com>2008-08-14 09:14:14 +1000
commitb0ee12e6bb55655c92184483a065780529c8aa63 (patch)
tree36d76bada6e0572ea81b36e515b91690b2a113f3 /shared-core/radeon_drv.h
parent18020e5e9647e218caf8f1566cdc053aac126f23 (diff)
radeon: use mm_enabled variable to denote memory manager running
Diffstat (limited to 'shared-core/radeon_drv.h')
-rw-r--r--shared-core/radeon_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h
index aa5b4ba8..df08b8d3 100644
--- a/shared-core/radeon_drv.h
+++ b/shared-core/radeon_drv.h
@@ -399,7 +399,7 @@ typedef struct drm_radeon_private {
int num_gb_pipes;
- int mm_disabled; /* on OSes with no MM this will be 1*/
+ bool mm_enabled;
struct radeon_mm_info mm;
drm_local_map_t *mmio;