summaryrefslogtreecommitdiff
path: root/shared-core/r128_state.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-07-16 02:03:03 +0000
committerDave Airlie <airlied@linux.ie>2005-07-16 02:03:03 +0000
commitd6d67dbf92d64a4c662dcad52d720883da9d5e19 (patch)
tree65807b4d77b3b22a28db8d56760d8a99e169097b /shared-core/r128_state.c
parent567113788c030b367a28ea9253fbf34beef2789e (diff)
Egbert noticed this issue, but changing the IOW to IOWR mess up
compatiblity with userspace..
Diffstat (limited to 'shared-core/r128_state.c')
-rw-r--r--shared-core/r128_state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/r128_state.c b/shared-core/r128_state.c
index 44466af0..e2e11723 100644
--- a/shared-core/r128_state.c
+++ b/shared-core/r128_state.c
@@ -1702,6 +1702,7 @@ drm_ioctl_desc_t r128_ioctls[] = {
[DRM_IOCTL_NR(DRM_R128_DEPTH)] = {r128_cce_depth, 1, 0},
[DRM_IOCTL_NR(DRM_R128_STIPPLE)] = {r128_cce_stipple, 1, 0},
[DRM_IOCTL_NR(DRM_R128_INDIRECT)] = {r128_cce_indirect, 1, 1},
+ [DRM_IOCTL_NR(DRM_R128_GETPARAM_OLD)] = {r128_getparam, 1, 0},
[DRM_IOCTL_NR(DRM_R128_GETPARAM)] = {r128_getparam, 1, 0},
};