[pull] amdgpu drm-fixes-5.9

Alex Deucher alexdeucher at gmail.com
Thu Aug 13 03:36:10 UTC 2020


Hi Dave, Daniel,

Fixes for 5.9.

The following changes since commit f87812284172a9809820d10143b573d833cd3f75:

  drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume (2020-08-07 17:52:15 -0400)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.9-2020-08-12

for you to fetch changes up to f41ed88cbd6f025f7a683a11a74f901555fba11c:

  drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internal (2020-08-10 18:09:46 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.9-2020-08-12:

amdgpu:
- Fix allocation size
- SR-IOV fixes
- Vega20 SMU feature state caching fix
- Fix custom pptable handling
- Arcturus golden settings update
- Several display fixes

----------------------------------------------------------------
Anthony Koo (2):
      drm/amd/display: Fix LFC multiplier changing erratically
      drm/amd/display: Switch to immediate mode for updating infopackets

Aric Cyr (1):
      drm/amd/display: Fix incorrect backlight register offset for DCN

Christophe JAILLET (1):
      drm: amdgpu: Use the correct size when allocating memory

Daniel Kolesa (1):
      drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internal

Evan Quan (2):
      drm/amd/powerplay: correct Vega20 cached smu feature state
      drm/amd/powerplay: correct UVD/VCE PG state on custom pptable uploading

Jaehyun Chung (1):
      drm/amd/display: Blank stream before destroying HDCP session

Liu ChengZhe (1):
      drm/amdgpu: Skip some registers config for SRIOV

Stylon Wang (1):
      drm/amd/display: Fix EDID parsing after resume from suspend

shiwu.zhang (1):
      drm/amdgpu: update gc golden register for arcturus

 drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c       |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  1 +
 drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c           | 19 ++++++++++
 drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c            | 19 ++++++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  1 +
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  3 +-
 .../gpu/drm/amd/display/dc/dce/dce_panel_cntl.h    |  2 +-
 .../amd/display/dc/dcn10/dcn10_stream_encoder.c    | 16 ++++----
 .../amd/display/dc/dcn10/dcn10_stream_encoder.h    | 14 +++++++
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  2 +-
 .../drm/amd/display/modules/freesync/freesync.c    | 36 ++++++++++++++----
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 44 ++++++++++------------
 12 files changed, 114 insertions(+), 45 deletions(-)


More information about the dri-devel mailing list