Unbreak drm build.
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Wed, 19 Nov 2008 22:17:27 +0000 (23:17 +0100)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Wed, 19 Nov 2008 22:17:27 +0000 (23:17 +0100)
shared-core/drm.h

index 05fc91d..472cd89 100644 (file)
@@ -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
 };
 
 /**