aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2011-09-01 16:18:39 -0400
committerDave Airlie <airlied@redhat.com>2011-09-06 06:48:33 -0400
commitfe0f5c657601c28d295b1d60691cce40e8b42d92 (patch)
treeefe3229d68f82519633fe0bd58a88f6f7e83ad0f /include/drm
parent781b8bdb2dde76ebd52c26954c09c4500f02522c (diff)
vmwgfx: Remove the update layout IOCTL.
It doesn't seem like its needed. If this turns out to be an incorrect assumption, we can reinstate it. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/vmwgfx_drm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/vmwgfx_drm.h b/include/drm/vmwgfx_drm.h
index d2335447ed5a..c0b226bc367b 100644
--- a/include/drm/vmwgfx_drm.h
+++ b/include/drm/vmwgfx_drm.h
@@ -49,9 +49,6 @@
49#define DRM_VMW_REF_SURFACE 11 49#define DRM_VMW_REF_SURFACE 11
50#define DRM_VMW_EXECBUF 12 50#define DRM_VMW_EXECBUF 12
51#define DRM_VMW_FENCE_WAIT 13 51#define DRM_VMW_FENCE_WAIT 13
52/* guarded by minor version >= 2 */
53#define DRM_VMW_UPDATE_LAYOUT 14
54
55 52
56/*************************************************************************/ 53/*************************************************************************/
57/** 54/**