diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-01-02 18:59:43 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-01-02 18:59:43 +0000 |
commit | 7419aa6e3f639ee47879824f387117d28b4de013 (patch) | |
tree | 6557d665eb9393fc7df4d1789ae603233fda2311 /shared/radeon.h | |
parent | 14e831baf4ea2a412c9173cd9ec16b4928284232 (diff) |
Bump radeon drm version nr on recent interface relaxation
Diffstat (limited to 'shared/radeon.h')
-rw-r--r-- | shared/radeon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/radeon.h b/shared/radeon.h index caf6aee0..d46b6d9c 100644 --- a/shared/radeon.h +++ b/shared/radeon.h @@ -51,7 +51,7 @@ #define DRIVER_DATE "20020828" #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 7 +#define DRIVER_MINOR 8 #define DRIVER_PATCHLEVEL 0 /* Interface history: @@ -77,6 +77,7 @@ * and R200_PP_CUBIC_OFFSET_F1_[0..5]. * Added packets R200_EMIT_PP_CUBIC_FACES_[0..5] and * R200_EMIT_PP_CUBIC_OFFSETS_[0..5]. (brian) + * 1.8 - Remove need to call cleanup ioctls on last client exit (keith) */ #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { radeon_cp_buffers, 1, 0 }, \ |