diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2004-11-01 20:48:49 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2004-11-01 20:48:49 +0000 |
commit | 9409d8231c3be346ce7148275ce0ee86ec171716 (patch) | |
tree | 47e66a3bee46f6ea1f3db428d8a3fd35b137b058 /shared-core/via_drv.h | |
parent | 08758b2fb76bc4e862f25d0164ae9f523d2dec20 (diff) |
Reworked the jump-code in via_dma.c. The command regulator now seems to
pause correctly after a jump. Removed the debug message from within the
interrupt handler of via_irq.c
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 9e21f5b5..cce54d02 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 "20041030" +#define DRIVER_DATE "20041101" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 0 -#define DRIVER_PATCHLEVEL 2 +#define DRIVER_PATCHLEVEL 3 typedef struct drm_via_ring_buffer { drm_map_t map; |