summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Lingua <sunmax@users.sourceforge.net>2002-07-03 17:53:27 +0000
committerMax Lingua <sunmax@users.sourceforge.net>2002-07-03 17:53:27 +0000
commitb41983cae938f50772f2aabed6a3502101505b96 (patch)
tree13484160468a67b92cdef0a413f0d3ef8b4fd255
parent05decd949232230d10900ac4ca4a98ba67a17fa3 (diff)
S3 Virge: fixed DMA setup, textures cleanups. Now it works out of the box ;s3virge-0-0-1-branch
) Have fun. -max lingua
-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 b96a306c0..fe1a32211 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 {