diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-11-19 23:17:27 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-11-19 23:17:27 +0100 |
commit | c029ed2510f32318d4bd6a195e81712d1b4ea29b (patch) | |
tree | 9b7c8be4427ed087f53783a88fcca474d73ed072 | |
parent | 7e27b3ba88f0c40680380636a436c18e3220c7ce (diff) |
Unbreak drm build.
-rw-r--r-- | shared-core/drm.h | 3 |
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 }; /** |