[pull] amdgpu, radeon, scheduler drm-next-5.7

Alex Deucher alexdeucher at gmail.com
Thu Mar 26 15:53:10 UTC 2020


Hi Dave, Daniel,

Fixes for 5.7.

The following changes since commit cb7adfd6ad12a11902ebe374bec7fd4efa2cec1c:

  Merge tag 'mediatek-drm-next-5.7' of https://github.com/ckhu-mediatek/linux.git-tags into drm-next (2020-03-20 13:08:38 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-next-5.7-2020-03-26

for you to fetch changes up to e862b08b4650be6d5196c191baceff3c43dfddef:

  drm/amdgpu: don't try to reserve training bo for sriov (v2) (2020-03-25 17:04:35 -0400)

----------------------------------------------------------------
amd-drm-next-5.7-2020-03-26:

amdgpu:
- Remove a dpm quirk that is not necessary
- Fix handling of AC/DC mode in newer SMU firmwares on navi
- SR-IOV fixes
- RAS fixes

scheduler:
- Fix a race condition

radeon:
- Remove a dpm quirk that is not necessary

----------------------------------------------------------------
Alex Deucher (6):
      drm/amdgpu/smu11: add a helper to set the power source
      drm/amdgpu/swSMU: use the smu11 power source helper for navi1x
      drm/amdgpu/swSMU: set AC/DC mode based on the current system state (v2)
      drm/amdgpu/swSMU: handle DC controlled by GPIO for navi1x
      drm/amdgpu/swSMU: handle manual AC/DC notifications
      drm/amdgpu/smu11: add support for SMU AC/DC interrupts

Dennis Li (1):
      drm/amdgpu: fix the coverage issue to clear ArcVPGRs

Evan Quan (2):
      drm/amd/swSMU: add callback to set AC/DC power source (v2)
      drm/amdgpu/swSMU: correct the bootup power source for Navi1X (v2)

John Clements (1):
      drm/amdgpu: protect RAS sysfs during GPU reset

Mario Kleiner (1):
      drm/amd/display: Fix pageflip event race condition for DCN.

Monk Liu (1):
      drm/amdgpu: don't try to reserve training bo for sriov (v2)

Yassine Oudjana (1):
      drm/[radeon|amdgpu]: Remove HAINAN board from max_sclk override check

Yintian Tao (1):
      drm/scheduler: fix rare NULL ptr race

Zhigang Luo (1):
      Revert "drm/amdgpu: add CAP fw loading"

shaoyunl (1):
      drm/amdgpu/sriov : Don't resume RLCG for SRIOV guest

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c        | 12 ++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c            |  3 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c           |  9 +-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h           |  3 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c           |  9 ++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c           |  8 +++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h         |  3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c            |  5 +++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h           |  1 -
 drivers/gpu/drm/amd/amdgpu/psp_v3_1.c             | 24 --------------
 drivers/gpu/drm/amd/amdgpu/si_dpm.c               |  1 -
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 18 +++++++++--
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c        | 38 +++++++++++++++++++++++
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h    |  3 ++
 drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h     |  3 ++
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c        |  8 ++++-
 drivers/gpu/drm/amd/powerplay/smu_internal.h      |  3 ++
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c         | 31 ++++++++++++++++++
 drivers/gpu/drm/radeon/si_dpm.c                   |  1 -
 drivers/gpu/drm/scheduler/sched_main.c            |  2 ++
 21 files changed, 138 insertions(+), 49 deletions(-)


More information about the dri-devel mailing list