[pull] amdgpu, amdkfd drm-next-5.15
Alex Deucher
alexander.deucher at amd.com
Wed Sep 1 21:40:15 UTC 2021
Hi Dave, Daniel,
Fixes for 5.15.
The following changes since commit 8f0284f190e6a0aa09015090568c03f18288231a:
Merge tag 'amd-drm-next-5.15-2021-08-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2021-08-30 09:06:03 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-next-5.15-2021-09-01
for you to fetch changes up to d6043581e1d9d0507a8413a302db0e35c8506e0e:
drm/amdkfd: drop process ref count when xnack disable (2021-09-01 16:55:09 -0400)
----------------------------------------------------------------
amd-drm-next-5.15-2021-09-01:
amdgpu:
- Misc cleanups, typo fixes
- EEPROM fix
- Add some new PCI IDs
- Scatter/Gather display support for Yellow Carp
- PCIe DPM fix for RKL platforms
- RAS fix
amdkfd:
- SVM fix
----------------------------------------------------------------
Aaron Liu (1):
drm/amd/display: setup system context for APUs
Alex Deucher (1):
drm/amdgpu: add some additional RDNA2 PCI IDs
Alex Sierra (1):
drm/amdkfd: drop process ref count when xnack disable
Angus Wang (1):
drm/amd/display: cleanup idents after a revert
Anson Jacob (1):
drm/amd/display: Fix memory leak reported by coverity
Colin Ian King (1):
drm/amdgpu/swsmu: fix spelling mistake "minimun" -> "minimum"
Evan Quan (1):
drm/amdgpu: reenable BACO support for 699F:C7 polaris12 SKU
Guchun Chen (1):
drm/amdgpu: stop scheduler when calling hw_fini (v2)
Jiawei Gu (1):
drm/amdgpu: enable more pm sysfs under SRIOV 1-VF mode
Jing Yangyang (1):
drm:dcn31: fix boolreturn.cocci warnings
John Clements (1):
drm/amdgpu: Clear RAS interrupt status on aldebaran
Kees Cook (1):
drm/amd/pm: And destination bounds checking to struct copy
Koba Ko (1):
drm/amdgpu: Disable PCIE_DPM on Intel RKL Platform
Lang Yu (1):
drm/amdgpu: show both cmd id and name when psp cmd failed
Luben Tuikov (2):
drm/amdgpu: Fixes to returning VBIOS RAS EEPROM address
drm/amdgpu: Process any VBIOS RAS EEPROM address
Michael Strauss (1):
drm/amd/display: Initialize lt_settings on instantiation
Nicholas Kazlauskas (1):
drm/amdgpu: Enable S/G for Yellow Carp
Philip Yang (1):
drm/amdgpu: fix fdinfo race with process exit
Yifan Zhang (1):
drm/amdgpu: correct comments in memory type managers
YuBiao Wang (1):
drm/amd/amdgpu: Add ready_to_reset resp for vega10
xinhui pan (1):
drm/amdgpu: Fix a deadlock if previous GEM object allocation fails
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 50 ++++++++++++++--------
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 17 ++++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c | 11 ++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 8 ++++
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 23 +++++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 8 ++--
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | 25 +++++------
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 6 +--
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 2 +
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h | 1 +
drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c | 30 ++++++++++---
drivers/gpu/drm/amd/amdgpu/vi.c | 9 +---
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 3 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +-
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 6 +--
.../drm/amd/display/dc/dcn303/dcn303_resource.c | 6 ++-
.../drm/amd/display/dc/dcn31/dcn31_panel_cntl.c | 4 +-
.../display/dc/dml/dcn20/display_mode_vba_20v2.c | 2 +-
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 8 ++--
drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h | 24 +++++++++++
.../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 17 +++++++-
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 6 +--
drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 8 ++--
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 2 +-
drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c | 2 +-
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c | 5 +--
.../gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c | 2 +-
29 files changed, 198 insertions(+), 94 deletions(-)
More information about the dri-devel
mailing list