Hi Dave, Daniel,
Fixes for 5.8.
The following changes since commit 9ca1f474cea0edc14a1d7ec933e5472c0ff115d3:
Merge tag 'amd-drm-next-5.8-2020-05-27' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-05-28 16:10:17 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-06-04
for you to fetch changes up to a24eaa5c51255b344d5a321f1eeb3205f2775498:
drm/amd/display: Revalidate bandwidth before commiting DC updates (2020-06-03 15:33:06 -0400)
---------------------------------------------------------------- amd-drm-fixes-5.8-2020-06-04
amdgpu: - Prevent hwmon accesses while GPU is in reset - CTF interrupt fix - Backlight fix for renoir - Fix for display sync groups - Display bandwidth validation workaround
---------------------------------------------------------------- Alex Deucher (2): drm/amdgpu/pm: return an error during GPU reset or suspend (v2) drm/amdgpu/display: use blanked rather than plane state for sync groups
Evan Quan (1): drm/amd/powerplay: ack the SMUToHost interrupt on receive V2
Harry Wentland (1): Revert "drm/amd/display: disable dcn20 abm feature for bring up"
Nicholas Kazlauskas (1): drm/amd/display: Revalidate bandwidth before commiting DC updates
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 171 ++++++++++++++++++++++ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 11 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 30 +++- drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 6 + 4 files changed, 207 insertions(+), 11 deletions(-)
dri-devel@lists.freedesktop.org