diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2004-12-21 17:13:22 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2004-12-21 17:13:22 +0000 |
commit | 02c35ec0a28b4fffcfc09ca444f7dc0c0912216d (patch) | |
tree | 988aa44f498d6251ad28d76663ec786e625537d1 /shared-core/via_drv.h | |
parent | 47c178da08c01501890e23219cbac8319992a453 (diff) |
via DRM: Tightened the security for some functions of the
DRM_IOCTL_VIA_DMA_INIT IOCTL. Bumped patchlevel and driver date.
XFree86 bug: 2119
Diffstat (limited to 'shared-core/via_drv.h')
-rw-r--r-- | shared-core/via_drv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/via_drv.h b/shared-core/via_drv.h index 01d36e4b..b2422fcf 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 "20041220" +#define DRIVER_DATE "20041221" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 3 -#define DRIVER_PATCHLEVEL 2 +#define DRIVER_PATCHLEVEL 3 typedef struct drm_via_ring_buffer { drm_map_t map; |