Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08a370fa authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/radeon/kms: rs400/480 should set common registers.



These GPUs should be setting these registers up also.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 9e5786bd
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -390,6 +390,8 @@ static int rs400_startup(struct radeon_device *rdev)
{
{
	int r;
	int r;


	r100_set_common_regs(rdev);

	rs400_mc_program(rdev);
	rs400_mc_program(rdev);
	/* Resume clock */
	/* Resume clock */
	r300_clock_startup(rdev);
	r300_clock_startup(rdev);