summaryrefslogtreecommitdiff
path: root/linux/r128_dma.c
diff options
context:
space:
mode:
authorGareth Hughes <gareth@users.sourceforge.net>2000-06-23 17:14:20 +0000
committerGareth Hughes <gareth@users.sourceforge.net>2000-06-23 17:14:20 +0000
commitdc2701a9f6034a04319f71e43e7f928f818be6db (patch)
treedadbe9151443f4c4738c79fb2677ed978a0389ae /linux/r128_dma.c
parentd399dbcd569a66f5bf4863ffa2aab95fa8ebd5fc (diff)
Update register definitions to match r128_reg.h
Diffstat (limited to 'linux/r128_dma.c')
-rw-r--r--linux/r128_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/r128_dma.c b/linux/r128_dma.c
index 775a8088..16f79c1f 100644
--- a/linux/r128_dma.c
+++ b/linux/r128_dma.c
@@ -295,7 +295,7 @@ int r128_do_engine_reset(drm_device_t *dev)
mclk_cntl = R128_READ_PLL(dev, R128_MCLK_CNTL);
R128_WRITE_PLL(R128_MCLK_CNTL,
- mclk_cntl | R128_FORCE_GCP | R128_FORCE_PIPE3D_CPP);
+ mclk_cntl | R128_FORCE_GCP | R128_FORCE_PIPE3D_CP);
gen_reset_cntl = R128_READ(R128_GEN_RESET_CNTL);