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

Commit ec5891fb authored by Christian König's avatar Christian König Committed by Alex Deucher
Browse files

drm/radeon: init UVD clocks to sane defaults



Just until we get proper DPM for that.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarJerome Glisse <jglisse@redhat.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ef0e6e65
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -188,6 +188,8 @@ int radeon_uvd_resume(struct radeon_device *rdev)


	radeon_bo_unreserve(rdev->uvd.vcpu_bo);
	radeon_bo_unreserve(rdev->uvd.vcpu_bo);


	radeon_set_uvd_clocks(rdev, 53300, 40000);

	return 0;
	return 0;
}
}