summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-01-09 16:31:37 +1100
committerDave Airlie <airlied@redhat.com>2008-01-09 16:31:37 +1100
commitebbc2e0a2e19f5e0fdc06af0951d7fc2cc9ddcbe (patch)
tree325a4ba3a93d36fd4e20a9510f5a8838e819ed2b /linux-core/drmP.h
parent135f51306b08f9863d77ac85b69989288c62f147 (diff)
add control ioctls
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 5bc4887a..2f0791c0 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -302,6 +302,7 @@ typedef int drm_ioctl_compat_t(struct file *filp, unsigned int cmd,
#define DRM_AUTH 0x1
#define DRM_MASTER 0x2
#define DRM_ROOT_ONLY 0x4
+#define DRM_CONTROL_ALLOW 0x8 // allow ioctl to operate on control node
struct drm_ioctl_desc {
unsigned int cmd;