diff options
author | Dave Airlie <airlied@linux.ie> | 2004-10-23 06:25:56 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-10-23 06:25:56 +0000 |
commit | 8d7e798d4c73650ed240a3ad194744b94043e31f (patch) | |
tree | e8136eb7571b5b6f343d50a208dfea14713b71b6 /shared/radeon.h | |
parent | 9ea6fe7aa6ba27cc7003c9cd141e9146a492416d (diff) |
Apply radeon r300 microcode patch to non-core
Diffstat (limited to 'shared/radeon.h')
-rw-r--r-- | shared/radeon.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/radeon.h b/shared/radeon.h index 43723d53..06f50173 100644 --- a/shared/radeon.h +++ b/shared/radeon.h @@ -45,7 +45,7 @@ #define DRIVER_DATE "20020828" #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 11 +#define DRIVER_MINOR 12 #define DRIVER_PATCHLEVEL 0 /* Interface history: @@ -80,6 +80,8 @@ * located in the card's address space * 1.11- Add packet R200_EMIT_RB3D_BLENDCOLOR to support GL_EXT_blend_color * and GL_EXT_blend_[func|equation]_separate on r200 + * 1.12- Add R300 CP microcode support - this just loads the CP on r300 + * (No 3D support yet - just microcode loading). */ #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { radeon_cp_buffers, 1, 0 }, \ |