mbox series

[pull] amdgpu drm-fixes-5.5

Message ID 20200101151307.5242-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu drm-fixes-5.5 | expand

Pull-request

git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.5-2020-01-01

Message

Alex Deucher Jan. 1, 2020, 3:13 p.m. UTC
Hi Dave, Daniel,

Happy New Year!  Fixes for 5.5.

The following changes since commit e31d941c7dd797df37ea94958638a88723325c30:

  Merge tag 'drm-intel-fixes-2019-12-23' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2019-12-27 13:13:30 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.5-2020-01-01

for you to fetch changes up to 969e11529221a6a2a787cb3b63ccf9402f8d2e37:

  drm/amdgpu: correct RLC firmwares loading sequence (2020-01-01 09:26:09 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.5-2020-01-01:

amdgpu:
- ATPX regression fix
- SMU metrics table locking fixes
- gfxoff fix for raven
- RLC firmware loading stability fix

----------------------------------------------------------------
Alex Deucher (5):
      Revert "drm/amdgpu: simplify ATPX detection"
      drm/amdgpu/smu: add metrics table lock
      drm/amdgpu/smu: add metrics table lock for arcturus (v2)
      drm/amdgpu/smu: add metrics table lock for navi (v2)
      drm/amdgpu/smu: add metrics table lock for vega20 (v2)

Evan Quan (1):
      drm/amdgpu: correct RLC firmwares loading sequence

changzhu (1):
      drm/amdgpu: enable gfxoff for raven1 refresh

 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 12 +++++++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c          |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h        |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c            | 15 ++++-----------
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c       |  1 +
 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c     |  3 +++
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h   |  1 +
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c       |  3 +++
 drivers/gpu/drm/amd/powerplay/vega20_ppt.c       |  3 +++
 9 files changed, 28 insertions(+), 14 deletions(-)