[pull] radeon, amdgpu drm-next-5.5

Alex Deucher alexdeucher at gmail.com
Fri Nov 22 20:30:25 UTC 2019


Hi Dave, Daniel,

Fixes for 5.5.

The following changes since commit 17eee668b3cad423a47c090fe2275733c55db910:

  Merge tag 'drm-misc-next-fixes-2019-11-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2019-11-21 10:19:45 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-next-5.5-2019-11-22

for you to fetch changes up to f920d1bb9c4e77efb08c41d70b6d442f46fd8902:

  drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10 (2019-11-22 14:55:19 -0500)

----------------------------------------------------------------
drm-next-5.5-2019-11-22:

amdgpu:
- Fix bad DMA on some PPC platforms
- MMHUB fix for powergating
- BACO fix for Navi
- Misc raven fixes
- Enable vbios fetch directly from rom on navi
- debugfs fix for DC
- SR-IOV fixes for arcturus
- Misc power fixes

radeon:
- Fix bad DMA on some PPC platforms

----------------------------------------------------------------
Alex Deucher (6):
      drm/amdgpu/nv: add asic func for fetching vbios from rom directly
      drm/amdgpu/powerplay: properly set PP_GFXOFF_MASK (v2)
      drm/amdgpu: disable gfxoff when using register read interface
      drm/amdgpu: remove experimental flag for Navi14
      drm/amdgpu: disable gfxoff on original raven
      Revert "drm/amd/display: enable S/G for RAVEN chip"

Evan Quan (4):
      drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs V2
      drm/amd/powerplay: issue BTC on Navi during SMU setup
      drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICs
      drm/amd/powerplay: correct fine grained dpm force level setting

Jack Zhang (2):
      drm/amd/amdgpu/sriov temporarily skip ras,dtm,hdcp for arcturus VF
      drm/amd/amdgpu/sriov skip RLCG s/r list for arcturus VF.

Jay Cornwall (1):
      drm/amdgpu: Update Arcturus golden registers

Leo Liu (1):
      drm/amdgpu/vcn2.5: fix the enc loop with hw fini

Mikita Lipski (1):
      drm/amd/display: Fix debugfs on MST connectors

Sam Bobroff (2):
      drm/radeon: fix bad DMA from INTERRUPT_CNTL2
      drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2

Stephen Rothwell (1):
      merge fix for "ftrace: Rework event_create_dir()"

Xiaojie Yuan (4):
      drm/amdgpu/gfx10: fix mqd backup/restore for gfx rings (v2)
      drm/amdgpu/gfx10: explicitly wait for cp idle after halt/unhalt
      drm/amdgpu/gfx10: fix out-of-bound mqd_backup array access
      drm/amdgpu/gfx10: re-init clear state buffer after gpu reset

Yintian Tao (1):
      drm/amdgpu: put flush_delayed_work at first

changzhu (2):
      drm/amdgpu: initialize vm_inv_eng0_sem for gfxhub and mmhub
      drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  8 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c            |  2 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h            |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c            |  6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            | 41 +++++++++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h          |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 66 ++++++++++++++++++----
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              | 10 +++-
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c           |  2 +
 drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c           |  2 +
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             | 57 +++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              | 57 +++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c            |  2 +
 drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c            |  2 +
 drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c            |  4 ++
 drivers/gpu/drm/amd/amdgpu/nv.c                    | 24 +++++++-
 drivers/gpu/drm/amd/amdgpu/si_ih.c                 |  3 +-
 drivers/gpu/drm/amd/amdgpu/soc15.h                 |  4 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c              |  6 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  2 +-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 10 +++-
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c         | 33 +++++++++--
 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c        |  9 +++
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c   | 23 ++++++--
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h     |  1 +
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c         | 18 ++++++
 drivers/gpu/drm/radeon/cik.c                       |  4 +-
 drivers/gpu/drm/radeon/r600.c                      |  4 +-
 drivers/gpu/drm/radeon/si.c                        |  4 +-
 32 files changed, 362 insertions(+), 53 deletions(-)


More information about the amd-gfx mailing list