diff options
author | Dave Airlie <airlied@linux.ie> | 2009-08-26 05:31:56 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2009-08-26 05:32:53 +1000 |
commit | 04692f80678ffea15ac33820381ce45865e697b8 (patch) | |
tree | c1188f92588c7f38e2ce7c126e67fbb534755aec /src/radeon_commonfuncs.c | |
parent | fc74e1194c980d978667e02c60a29a761a694bde (diff) |
radeon: afaics these aren't radeon regs but r128 regs.
so remove them from radeon use.
Diffstat (limited to 'src/radeon_commonfuncs.c')
-rw-r--r-- | src/radeon_commonfuncs.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/radeon_commonfuncs.c b/src/radeon_commonfuncs.c index b6a6d8d5..6387e4f2 100644 --- a/src/radeon_commonfuncs.c +++ b/src/radeon_commonfuncs.c @@ -789,10 +789,9 @@ static void FUNC_NAME(RADEONInit3DEngine)(ScrnInfoPtr pScrn) R200_VAP_VF_MAX_VTX_NUM); FINISH_ACCEL(); - BEGIN_ACCEL(5); + BEGIN_ACCEL(4); OUT_ACCEL_REG(R200_RE_AUX_SCISSOR_CNTL, 0); OUT_ACCEL_REG(R200_RE_CNTL, 0); - OUT_ACCEL_REG(RADEON_AUX_SC_CNTL, 0); OUT_ACCEL_REG(RADEON_RB3D_PLANEMASK, 0xffffffff); OUT_ACCEL_REG(RADEON_SE_CNTL, (RADEON_DIFFUSE_SHADE_GOURAUD | RADEON_BFACE_SOLID | @@ -813,8 +812,7 @@ static void FUNC_NAME(RADEONInit3DEngine)(ScrnInfoPtr pScrn) RADEON_TEX1_W_ROUTING_USE_W0); FINISH_ACCEL(); - BEGIN_ACCEL(3); - OUT_ACCEL_REG(RADEON_AUX_SC_CNTL, 0); + BEGIN_ACCEL(2); OUT_ACCEL_REG(RADEON_RB3D_PLANEMASK, 0xffffffff); OUT_ACCEL_REG(RADEON_SE_CNTL, (RADEON_DIFFUSE_SHADE_GOURAUD | RADEON_BFACE_SOLID | |