summaryrefslogtreecommitdiff
path: root/linux/s3v_drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/s3v_drm.h')
-rw-r--r--linux/s3v_drm.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/s3v_drm.h b/linux/s3v_drm.h
index b96a306c..fe1a3221 100644
--- a/linux/s3v_drm.h
+++ b/linux/s3v_drm.h
@@ -53,14 +53,14 @@
#define S3V_DEPTH 0x4
/* s3v specific ioctls */
-#define DRM_IOCTL_S3V_INIT DRM_IOW( 0x60, drm_s3v_init_t)
-#define DRM_IOCTL_S3V_SIMPLE_LOCK DRM_IO( 0x6a)
-#define DRM_IOCTL_S3V_SIMPLE_FLUSH_LOCK DRM_IO( 0x6b)
-#define DRM_IOCTL_S3V_SIMPLE_UNLOCK DRM_IO( 0x6c)
-#define DRM_IOCTL_S3V_RESET DRM_IO( 0x61)
-#define DRM_IOCTL_S3V_STATUS DRM_IO( 0x62)
+#define DRM_IOCTL_S3V_INIT DRM_IOW( 0x40, drm_s3v_init_t)
+#define DRM_IOCTL_S3V_SIMPLE_LOCK DRM_IO( 0x4a)
+#define DRM_IOCTL_S3V_SIMPLE_FLUSH_LOCK DRM_IO( 0x4b)
+#define DRM_IOCTL_S3V_SIMPLE_UNLOCK DRM_IO( 0x4c)
+#define DRM_IOCTL_S3V_RESET DRM_IO( 0x41)
+#define DRM_IOCTL_S3V_STATUS DRM_IO( 0x42)
/*
-#define DRM_IOCTL_S3V_COPY DRM_IOW( 0x6d, drm_s3v_copy_t)
+#define DRM_IOCTL_S3V_COPY DRM_IOW( 0x4d, drm_s3v_copy_t)
*/
typedef struct _drm_s3v_init {