From b41983cae938f50772f2aabed6a3502101505b96 Mon Sep 17 00:00:00 2001 From: Max Lingua Date: Wed, 3 Jul 2002 17:53:27 +0000 Subject: S3 Virge: fixed DMA setup, textures cleanups. Now it works out of the box ; ) Have fun. -max lingua --- linux/s3v_drm.h | 14 +++++++------- 1 file 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 { -- cgit v1.2.3