diff options
author | Michel Daenzer <michel@daenzer.net> | 2002-11-23 11:58:33 +0000 |
---|---|---|
committer | Michel Daenzer <michel@daenzer.net> | 2002-11-23 11:58:33 +0000 |
commit | b96f48a89c8962343ee75b0961a06453d0f8b355 (patch) | |
tree | 37db8728a55c83777c60f503f8c37490400d28b0 | |
parent | e656655a361acf73c5652fcef8cf6ba61dfe7a50 (diff) |
allow unprivileged clients to use the GETPARAM ioctl (Wang WenRui)
-rw-r--r-- | shared/r128.h | 2 |
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: */ |