projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e5786b
)
drm/radeon/kms: rs400/480 should set common registers.
author
Dave Airlie
<airlied@redhat.com>
Wed, 31 Mar 2010 03:42:50 +0000
(13:42 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 1 Apr 2010 02:50:28 +0000
(12:50 +1000)
These GPUs should be setting these registers up also.
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/rs400.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/rs400.c
b/drivers/gpu/drm/radeon/rs400.c
index
590815c
..
626aaf0
100644
(file)
--- a/
drivers/gpu/drm/radeon/rs400.c
+++ b/
drivers/gpu/drm/radeon/rs400.c
@@
-390,6
+390,8
@@
static int rs400_startup(struct radeon_device *rdev)
{
int r;
+ r100_set_common_regs(rdev);
+
rs400_mc_program(rdev);
/* Resume clock */
r300_clock_startup(rdev);