summaryrefslogtreecommitdiff
path: root/shared/via.h
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2004-10-30 13:01:48 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2004-10-30 13:01:48 +0000
commit8264e2c8aa6b2811bca0e45c50ac3328d14bfbf7 (patch)
tree10e5cf5c496a985b444718fafa8d84e7c84e8eed /shared/via.h
parent816a2917099b3ff214dc357c5b41984f34902cf3 (diff)
Some stabilizing work to the DMA ring-buffer code. Temporarily replaced the
rewind jump with a reinitialization. This makes the code stable on CLE266 and KM400.
Diffstat (limited to 'shared/via.h')
-rw-r--r--shared/via.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/via.h b/shared/via.h
index 48a85f4c..5898cfe4 100644
--- a/shared/via.h
+++ b/shared/via.h
@@ -30,11 +30,11 @@
#define DRIVER_NAME "via"
#define DRIVER_DESC "VIA Unichrome"
-#define DRIVER_DATE "20041012"
+#define DRIVER_DATE "20041030"
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 0
-#define DRIVER_PATCHLEVEL 1
+#define DRIVER_PATCHLEVEL 2
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_VIA_ALLOCMEM)] = { via_mem_alloc, 1, 0 }, \