projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace281e
)
drm/radeon: fix typo in trinity tiling setup
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 25 May 2012 02:55:15 +0000
(22:55 -0400)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 29 May 2012 10:05:01 +0000
(11:05 +0100)
Using the wrong union.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/ni.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/radeon/ni.c
b/drivers/gpu/drm/radeon/ni.c
index b01c2dd627b0e9a345e2dc8964d415ba37deffff..ce4e7cc6c90576f1c58ee5da5b25cc404588b2c6 100644
(file)
--- a/
drivers/gpu/drm/radeon/ni.c
+++ b/
drivers/gpu/drm/radeon/ni.c
@@
-865,7
+865,7
@@
static void cayman_gpu_init(struct radeon_device *rdev)
/* num banks is 8 on all fusion asics. 0 = 4, 1 = 8, 2 = 16 */
if (rdev->flags & RADEON_IS_IGP)
- rdev->config.
evergree
n.tile_config |= 1 << 4;
+ rdev->config.
cayma
n.tile_config |= 1 << 4;
else
rdev->config.cayman.tile_config |=
((mc_arb_ramcfg & NOOFBANK_MASK) >> NOOFBANK_SHIFT) << 4;