mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
drm/radeon/kms: rs400/480 should set common registers.
These GPUs should be setting these registers up also. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
9e5786bd14
commit
08a370fa75
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue