summaryrefslogtreecommitdiff
path: root/shared/radeon_state.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-10-23 06:25:56 +0000
committerDave Airlie <airlied@linux.ie>2004-10-23 06:25:56 +0000
commit8d7e798d4c73650ed240a3ad194744b94043e31f (patch)
treee8136eb7571b5b6f343d50a208dfea14713b71b6 /shared/radeon_state.c
parent9ea6fe7aa6ba27cc7003c9cd141e9146a492416d (diff)
Apply radeon r300 microcode patch to non-core
Diffstat (limited to 'shared/radeon_state.c')
-rw-r--r--shared/radeon_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/radeon_state.c b/shared/radeon_state.c
index 9675da92..3cafd9a3 100644
--- a/shared/radeon_state.c
+++ b/shared/radeon_state.c
@@ -784,7 +784,7 @@ static void radeon_cp_dispatch_clear( drm_device_t *dev,
* rendering a quad into just those buffers. Thus, we have to
* make sure the 3D engine is configured correctly.
*/
- if ( dev_priv->is_r200 &&
+ if ( (dev_priv->microcode_version==UCODE_R200) &&
(flags & (RADEON_DEPTH | RADEON_STENCIL)) ) {
int tempPP_CNTL;