summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-11-19 23:17:27 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-11-19 23:17:27 +0100
commitc029ed2510f32318d4bd6a195e81712d1b4ea29b (patch)
tree9b7c8be4427ed087f53783a88fcca474d73ed072
parent7e27b3ba88f0c40680380636a436c18e3220c7ce (diff)
Unbreak drm build.
-rw-r--r--shared-core/drm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 05fc91d8..472cd89a 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -236,7 +236,8 @@ enum drm_map_type {
_DRM_AGP = 3, /**< AGP/GART */
_DRM_SCATTER_GATHER = 4, /**< Scatter/gather memory for PCI DMA */
_DRM_CONSISTENT = 5, /**< Consistent memory for PCI DMA */
- _DRM_GEM = 6
+ _DRM_TTM = 6,
+ _DRM_GEM = 7
};
/**