Hi Dave, Daniel,
Some important last minute fixes for 5.9.
The following changes since commit d10285a25e29f13353bbf7760be8980048c1ef2f:
drm/nouveau/mem: guard against NULL pointer access in mem_del (2020-10-07 15:33:09 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.9-2020-10-08
for you to fetch changes up to 33c8256b3bcc0425caec2bb7511e34176f464348:
drm/amd/display: Change ABM config init interface (2020-10-08 17:15:52 -0400)
---------------------------------------------------------------- amd-drm-fixes-5.9-2020-10-08:
amdgpu: - Fix a crash on renoir if you override the IP discovery parameter - Fix the build on ARC platforms - Display fix for Sienna Cichlid
---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu/swsmu: fix ARC build errors
Dirk Gouders (1): drm/amdgpu: fix NULL pointer dereference for Renoir
Yongqiang Sun (1): drm/amd/display: Change ABM config init interface
drivers/gpu/drm/amd/amdgpu/soc15.c | 10 +++++----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- .../gpu/drm/amd/display/modules/power/power_helpers.c | 19 +++++++++++++++---- .../gpu/drm/amd/display/modules/power/power_helpers.h | 4 +++- drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 14 ++++++++++++-- drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c | 14 ++++++++++++-- 6 files changed, 48 insertions(+), 15 deletions(-)
dri-devel@lists.freedesktop.org