From f08a01c0e21431e1b7990584ce2f61f0e711c093 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Wed, 3 Nov 2004 13:37:37 +0000 Subject: Fixed bug in via_dma.c. The code didn't check that the lock was held by the caller. Just that it was held. --- shared-core/via_drv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared-core/via_drv.h') diff --git a/shared-core/via_drv.h b/shared-core/via_drv.h index cce54d02..14afaa13 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 "20041101" +#define DRIVER_DATE "20041103" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 0 -#define DRIVER_PATCHLEVEL 3 +#define DRIVER_PATCHLEVEL 4 typedef struct drm_via_ring_buffer { drm_map_t map; -- cgit v1.2.3