summaryrefslogtreecommitdiff
path: root/src/radeon_render.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-09-17 05:16:45 +0000
committerEric Anholt <anholt@freebsd.org>2004-09-17 05:16:45 +0000
commit17e5f3c1169066be1004306d12b5398cf01cbd35 (patch)
treee0f672be6ef190d38709f7d7b8e9a48dd5260a6a /src/radeon_render.c
parent29bbee6b8a8dd1b883e07547691ff8e1289459ce (diff)
Bugzilla #1170: Fix an overcounting of DMA in BEGIN_RING that wasn't
harmful. Bugzilla #1169: Add counting for BEGIN_RING/OUT_RING/ADVANCE_RING to avoid these sorts of problems in the future.
Diffstat (limited to 'src/radeon_render.c')
-rw-r--r--src/radeon_render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_render.c b/src/radeon_render.c
index 145b653..3898488 100644
--- a/src/radeon_render.c
+++ b/src/radeon_render.c
@@ -917,7 +917,7 @@ FUNC_NAME(R200SubsequentCPUToScreenTexture) (
fb = srcy + height;
#ifdef ACCEL_CP
- BEGIN_RING(24);
+ BEGIN_RING(22);
OUT_ACCEL_REG(RADEON_RB3D_COLOROFFSET, fboffset);