summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorMichel Daenzer <michel@daenzer.net>2002-11-23 11:58:33 +0000
committerMichel Daenzer <michel@daenzer.net>2002-11-23 11:58:33 +0000
commitb96f48a89c8962343ee75b0961a06453d0f8b355 (patch)
tree37db8728a55c83777c60f503f8c37490400d28b0 /shared
parente656655a361acf73c5652fcef8cf6ba61dfe7a50 (diff)
allow unprivileged clients to use the GETPARAM ioctl (Wang WenRui)
Diffstat (limited to 'shared')
-rw-r--r--shared/r128.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/r128.h b/shared/r128.h
index cdf18ffb..29b26cd2 100644
--- a/shared/r128.h
+++ b/shared/r128.h
@@ -71,7 +71,7 @@
[DRM_IOCTL_NR(DRM_IOCTL_R128_DEPTH)] = { r128_cce_depth, 1, 0 }, \
[DRM_IOCTL_NR(DRM_IOCTL_R128_STIPPLE)] = { r128_cce_stipple, 1, 0 }, \
[DRM_IOCTL_NR(DRM_IOCTL_R128_INDIRECT)] = { r128_cce_indirect, 1, 1 }, \
- [DRM_IOCTL_NR(DRM_IOCTL_R128_GETPARAM)] = { r128_getparam, 1, 1 },
+ [DRM_IOCTL_NR(DRM_IOCTL_R128_GETPARAM)] = { r128_getparam, 1, 0 },
/* Driver customization:
*/