Hi Dave, Daniel,
Fixes for 5.8.
The following changes since commit 5b83c254571b26e6b6110019929dc9729e5c59d1:
Merge tag 'amd-drm-fixes-5.8-2020-06-24' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-06-25 14:51:14 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-01
for you to fetch changes up to beaf10efca64ac824240838ab1f054dfbefab5e6:
drm/amdgpu: use %u rather than %d for sclk/mclk (2020-07-01 14:20:23 -0400)
---------------------------------------------------------------- amd-drm-fixes-5.8-2020-07-01:
amdgpu: - Fix for vega20 boards without RAS support - DC bandwidth revalidation fix - Fix Renoir vram info fetching - Fix hwmon freq printing
---------------------------------------------------------------- Alex Deucher (2): drm/amdgpu/atomfirmware: fix vram_info fetching for renoir drm/amdgpu: use %u rather than %d for sclk/mclk
Ivan Mironov (1): drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RAS
Nicholas Kazlauskas (1): drm/amd/display: Only revalidate bandwidth on medium and fast updates
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 4 ++-- drivers/gpu/drm/amd/display/dc/core/dc.c | 10 ++++++---- drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c | 11 +++++++---- 4 files changed, 16 insertions(+), 10 deletions(-)
dri-devel@lists.freedesktop.org