projects
/
profile
/
ivi
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8a2cf
)
RADEON: fix typo in last commit
author
Alex Deucher
<alex@botchco.com>
Fri, 30 May 2008 22:20:01 +0000
(18:20 -0400)
committer
Alex Deucher
<alex@botchco.com>
Fri, 30 May 2008 22:20:01 +0000
(18:20 -0400)
shared-core/radeon_cp.c
patch
|
blob
|
history
diff --git
a/shared-core/radeon_cp.c
b/shared-core/radeon_cp.c
index
819a61a
..
5675fda
100644
(file)
--- a/
shared-core/radeon_cp.c
+++ b/
shared-core/radeon_cp.c
@@
-127,7
+127,7
@@
static void radeon_write_agp_base(drm_radeon_private_t *dev_priv, u64 agp_base)
R500_WRITE_MCIND(R520_MC_AGP_BASE, agp_base_lo);
R500_WRITE_MCIND(R520_MC_AGP_BASE_2, agp_base_hi);
} else {
- RADEON_WRITE(RADEON_
MC_AGP_LOCATION
, agp_base_lo);
+ RADEON_WRITE(RADEON_
AGP_BASE
, agp_base_lo);
if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R200)
RADEON_WRITE(RADEON_AGP_BASE_2, agp_base_hi);
}