summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-12-04 10:32:40 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-12-04 10:32:40 +0100
commit5e01d3f6a44688ac2eab7f5b813eac36b8ae9c3f (patch)
tree19164154739b5f0371135c32563b0c9ab258c78e
parent8d8e76f4352cdbcc29fbfb72dc9c10c23cbb1d15 (diff)
vmwgfx: Use W instead of WR for cursor bypass
-rw-r--r--vmwgfx_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmwgfx_drv.c b/vmwgfx_drv.c
index 6337029..3087ce0 100644
--- a/vmwgfx_drv.c
+++ b/vmwgfx_drv.c
@@ -84,7 +84,7 @@
DRM_IOW(DRM_COMMAND_BASE + DRM_VMW_OVERLAY, \
struct drm_vmw_overlay_arg)
#define DRM_IOCTL_VMW_CURSOR_BYPASS \
- DRM_IOWR(DRM_COMMAND_BASE + DRM_VMW_CURSOR_BYPASS, \
+ DRM_IOW(DRM_COMMAND_BASE + DRM_VMW_CURSOR_BYPASS, \
struct drm_vmw_cursor_bypass_arg)
/**