Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to either

R300_RB3D_DSTCACHE_02 or R300_RB3D_DSTCACHE_0A, rather than hexadecimal values.
main
Oliver McFadden 2007-03-13 01:19:56 +00:00
parent 5667396e05
commit 462a6ea4ca
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ static __inline__ void r300_pacify(drm_radeon_private_t *dev_priv)
BEGIN_RING(6);
OUT_RING(CP_PACKET0(R300_RB3D_DSTCACHE_CTLSTAT, 0));
OUT_RING(0xa);
OUT_RING(R300_RB3D_DSTCACHE_0A);
OUT_RING(CP_PACKET0(R300_RB3D_ZCACHE_CTLSTAT, 0));
OUT_RING(0x3);
OUT_RING(CP_PACKET3(RADEON_CP_NOP, 0));