Skip to content

Commit

Permalink
drm/radeon: init UVD clocks to sane defaults
Browse files Browse the repository at this point in the history
Just until we get proper DPM for that.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Christian König authored and Alex Deucher committed Apr 9, 2013
1 parent ef0e6e6 commit ec5891f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/radeon/radeon_uvd.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ int radeon_uvd_resume(struct radeon_device *rdev)

radeon_bo_unreserve(rdev->uvd.vcpu_bo);

radeon_set_uvd_clocks(rdev, 53300, 40000);

return 0;
}

Expand Down

0 comments on commit ec5891f

Please sign in to comment.