[pull] amdgpu, amdkfd, radeon drm-next-5.5

Alex Deucher alexdeucher at gmail.com
Tue Dec 3 20:41:35 UTC 2019


Hi Dave, Daniel,

Fixes for 5.5.

The following changes since commit acc61b8929365e63a3e8c8c8913177795aa45594:

  Merge tag 'drm-next-5.5-2019-11-22' of git://people.freedesktop.org/~agd5f/linux into drm-next (2019-11-26 08:40:23 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 008037d4d972c9c47b273e40e52ae34f9d9e33e7:

  drm/radeon: fix r1xx/r2xx register checker for POT textures (2019-12-03 15:06:11 -0500)

----------------------------------------------------------------
drm-next-5.5-2019-12-03:

amdgpu:
- Fix vram lost handling with BACO on VI/CI asics
- DC fixes for Navi14
- Misc gfx10 fixes
- SR-IOV fixes
- Fix driver unload
- Fix XGMI limits on Arcturus

amdkfd:
- Enable KFD on PPC
- Optimize KFD page table reservations

radeon:
- Fix register checker for r1xx/r2xx

----------------------------------------------------------------
Alex Deucher (5):
      drm/amd/display: add default clocks if not able to fetch them
      MAINTAINERS: Drop Rex Zhu for amdgpu powerplay
      drm/amdgpu: flag vram lost on baco reset for VI/CIK
      drm/amd/display: re-enable wait in pipelock, but add timeout
      drm/radeon: fix r1xx/r2xx register checker for POT textures

Felix Kuehling (1):
      drm/amdgpu: Optimize KFD page table reservation

John Clements (2):
      drm/amdgpu: Resolved offchip EEPROM I/O issue
      drm/amdgpu: Added ASIC specific checks in gfxhub V1.1 get XGMI info

Likun Gao (1):
      drm/amdgpu/powerplay: unify smu send message function

Monk Liu (6):
      drm/amdgpu: use CPU to flush vmhub if sched stopped
      drm/amdgpu: fix calltrace during kmd unload(v3)
      drm/amdgpu: skip rlc ucode loading for SRIOV gfx10
      drm/amdgpu: do autoload right after MEC loaded for SRIOV VF
      drm/amdgpu: should stop GFX ring in hw_fini
      drm/amdgpu: fix GFX10 missing CSIB set(v3)

Timothy Pearson (1):
      amdgpu: Enable KFD on POWER systems

Xiaojie Yuan (1):
      drm/amdgpu/gfx10: unlock srbm_mutex after queue programming finish

Zhan Liu (1):
      drm/amd/display: Include num_vmid and num_dsc within NV14's resource caps

Zhan liu (2):
      drm/amd/display: Adding NV14 IP Parameters
      drm/amd/display: Get NV14 specific ip params as needed

 MAINTAINERS                                        |   1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   |  15 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c     |  17 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.h     |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.c            |  10 +-
 drivers/gpu/drm/amd/amdgpu/cik.c                   |   7 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 178 ++++++---------------
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c              |   2 +
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              |  40 +----
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  40 +----
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.c           |  19 ++-
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |   3 +-
 drivers/gpu/drm/amd/amdgpu/vi.c                    |   7 +-
 drivers/gpu/drm/amd/amdkfd/Kconfig                 |   2 +-
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c   |   3 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  19 +++
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  74 +++++++++
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c         |   9 ++
 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c       |   1 -
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h     |   4 +-
 drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h      |   5 +-
 drivers/gpu/drm/amd/powerplay/inc/smu_v12_0.h      |   5 +-
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c         |   1 -
 drivers/gpu/drm/amd/powerplay/renoir_ppt.c         |   1 -
 drivers/gpu/drm/amd/powerplay/smu_internal.h       |   4 +-
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c          |  29 +---
 drivers/gpu/drm/amd/powerplay/smu_v12_0.c          |  28 +---
 drivers/gpu/drm/amd/powerplay/vega20_ppt.c         |   1 -
 drivers/gpu/drm/radeon/r100.c                      |   4 +-
 drivers/gpu/drm/radeon/r200.c                      |   4 +-
 31 files changed, 235 insertions(+), 303 deletions(-)


More information about the dri-devel mailing list