summaryrefslogtreecommitdiff
path: root/shared-core/via_drv.h
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2005-01-06 15:53:38 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2005-01-06 15:53:38 +0000
commit50a6ffa8789ca12029da1db86ad8c90ce62cd241 (patch)
treec2fad8add60c4f83ef8b2aca223a245dcf86e7cf /shared-core/via_drv.h
parentae1bc4a6da92ab31c933baa0b3f6c17c9bd16eb5 (diff)
via DRM: Updated the verifier to check the vertex lists more thorough. This
should hopefully stop it from getting out of sync. The PCI command parser is still not updated.
Diffstat (limited to 'shared-core/via_drv.h')
-rw-r--r--shared-core/via_drv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/via_drv.h b/shared-core/via_drv.h
index d085179a..eb75f1ed 100644
--- a/shared-core/via_drv.h
+++ b/shared-core/via_drv.h
@@ -28,11 +28,11 @@
#define DRIVER_NAME "via"
#define DRIVER_DESC "VIA Unichrome"
-#define DRIVER_DATE "20050105"
+#define DRIVER_DATE "20050106"
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 4
-#define DRIVER_PATCHLEVEL 0
+#define DRIVER_PATCHLEVEL 1
typedef struct drm_via_ring_buffer {
drm_map_t map;