summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-09-16 09:35:43 +0300
committerAlon Levy <alevy@redhat.com>2012-10-25 12:44:52 +0200
commit080ae77abb0a780f95bb8cad05747574def7b679 (patch)
tree0076656c7db25d941bd0e75a01a2f92fb2d76d99
parentedfc4e9c03def799e01d03167e5254926aa0c7f6 (diff)
qxl: remove UNMAP hole
-rw-r--r--include/drm/qxl_drm.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/drm/qxl_drm.h b/include/drm/qxl_drm.h
index 74dd0c13..919c7b2e 100644
--- a/include/drm/qxl_drm.h
+++ b/include/drm/qxl_drm.h
@@ -19,10 +19,8 @@
#define DRM_QXL_INCREF 0x01
#define DRM_QXL_DECREF 0x02
#define DRM_QXL_MAP 0x03
-// Used to be DRM_QXL_UNMAP - FIXME before release
-// Left like this for now since fedora kernel building takes a whole day.
-#define DRM_QXL_EXECBUFFER 0x05
-#define DRM_QXL_UPDATE_AREA 0x06
+#define DRM_QXL_EXECBUFFER 0x04
+#define DRM_QXL_UPDATE_AREA 0x05
enum {
QXL_ALLOC_TYPE_DATA,