From d6d67dbf92d64a4c662dcad52d720883da9d5e19 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 16 Jul 2005 02:03:03 +0000 Subject: Egbert noticed this issue, but changing the IOW to IOWR mess up compatiblity with userspace.. --- shared-core/r128_state.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shared-core/r128_state.c') 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}, }; -- cgit v1.2.3