[pull] amdgpu, amdkfd, radeon drm-next-6.7
Alex Deucher
alexander.deucher at amd.com
Fri Nov 3 17:32:02 UTC 2023
Hi Dave, Sima,
Fixes for 6.7.
The following changes since commit 631808095a82e6b6f8410a95f8b12b8d0d38b161:
Merge tag 'amd-drm-next-6.7-2023-10-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2023-10-31 12:37:19 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-next-6.7-2023-11-03
for you to fetch changes up to 6d5e0032a92df3a030cd47d91905310591466687:
drm/amd/display: Enable fast update on blendTF change (2023-11-03 12:18:33 -0400)
----------------------------------------------------------------
amd-drm-next-6.7-2023-11-03:
amdgpu:
- Fix RAS support check
- RAS fixes
- MES fixes
- SMU13 fixes
- Contiguous memory allocation fix
- BACO fixes
- GPU reset fixes
- Min power limit fixes
- GFX11 fixes
- USB4/TB hotplug fixes
- ARM regression fix
- GFX9.4.3 fixes
- KASAN/KCSAN stack size check fixes
- SR-IOV fixes
- SMU14 fixes
- PSP13 fixes
- Display blend fixes
- Flexible array size fixes
amdkfd:
- GPUVM fix
radeon:
- Flexible array size fixes
----------------------------------------------------------------
Alex Deucher (7):
drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDs
drm/amdgpu: don't use ATRM for external devices
drm/amdgpu: don't use pci_is_thunderbolt_attached()
drm/amd: Fix UBSAN array-index-out-of-bounds for Powerplay headers
drm/amdgpu: add a retry for IP discovery init
drm/amdgpu/smu13: drop compute workload workaround
drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64
Arunpravin Paneer Selvam (1):
drm/amdgpu: Fix the vram base start address
Candice Li (1):
drm/amdgpu: Drop deferred error in uncorrectable error check
Felix Kuehling (2):
drm/amdkfd: Improve amdgpu_vm_handle_moved
drm/amdgpu: Attach eviction fence on alloc
Hawking Zhang (3):
drm/amdgpu: Add C2PMSG_109/126 reg field shift/masks
drm/amdgpu: Add psp v13 function to query boot status
drm/amdgpu: Query and report boot status
Ilya Bakoulin (2):
drm/amd/display: Fix blend LUT programming
drm/amd/display: Enable fast update on blendTF change
José Pekkarinen (1):
drm/radeon: replace 1-element arrays with flexible-array members
Kenneth Feng (1):
drm/amd/pm: fix the high voltage and temperature issue
Li Ma (2):
drm/amd/swsmu: update smu v14_0_0 driver if and metrics table
drm/amd/swsmu: remove fw version check in sw_init.
Lijo Lazar (1):
drm/amd/pm: Fix warnings
Lin.Cao (1):
drm/amdgpu doorbell range should be set when gpu recovery
Ma Jun (4):
drm/amd/pm: Fix error of MACO flag setting code
drm/amd/pm: Return 0 as default min power limit for legacy asics
drm/amd/pm: only check sriov vf flag once when creating hwmon sysfs
drm/amdgpu: Optimize the asic type fix code
Mukul Joshi (2):
drm/amdkfd: Populate cache info for GFX 9.4.3
drm/amdkfd: Update cache info for GFX 9.4.3
Nathan Chancellor (1):
drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml2
Perry Yuan (1):
drm/amdgpu: ungate power gating when system suspend
Sung Joon Kim (1):
drm/amd/display: Program plane color setting correctly
Tao Zhou (4):
drm/amdgpu: check RAS supported first in ras_reset_error_count
drm/amdgpu: set XGMI IP version manually for v6_4
drm/amdgpu: use mode-2 reset for RAS poison consumption
drm/amdgpu: check recovery status of xgmi hive in ras_reset_error_count
Tim Huang (1):
drm/amdgpu: fix GRBM read timeout when do mes_self_test
Tong Liu01 (1):
drm/amdgpu: add unmap latency when gfx11 set kiq resources
Wayne Lin (1):
drm/amd/display: Avoid NULL dereference of timing generator
Yang Wang (1):
drm/amdgpu: remove unused macro HW_REV
Yifan Zhang (1):
drm/amdgpu: remove amdgpu_mes_self_test in gpu recover
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 -
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 79 ++++---
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c | 5 +
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 7 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 38 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 26 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 35 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 16 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 15 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 3 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 19 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 19 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 15 +-
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 28 ++-
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 13 +-
drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c | 5 +-
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 78 +++++++
drivers/gpu/drm/amd/amdgpu/umc_v12_0.c | 3 +-
drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 66 +++++-
drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 18 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 1 -
drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 4 +-
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c | 3 +
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c | 2 +-
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.h | 5 +
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.c | 3 +
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hubp.c | 137 ++++++++++-
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hubp.h | 14 ++
drivers/gpu/drm/amd/display/dc/dml2/Makefile | 4 +
.../amd/include/asic_reg/mp/mp_13_0_2_sh_mask.h | 28 +++
drivers/gpu/drm/amd/include/kgd_pp_interface.h | 30 +--
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 27 +--
drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c | 3 +
.../gpu/drm/amd/pm/powerplay/hwmgr/pptable_v1_0.h | 4 +-
.../drm/amd/pm/powerplay/hwmgr/vega10_pptable.h | 24 +-
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 33 ++-
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 1 +
.../pm/swsmu/inc/pmfw_if/smu14_driver_if_v14_0_0.h | 120 +++-------
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 2 +
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 17 +-
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 13 ++
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 58 ++---
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 2 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 27 ++-
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c | 4 +-
.../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c | 260 ++++-----------------
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 3 +
drivers/gpu/drm/radeon/atombios.h | 42 ++--
include/drm/amd_asic_type.h | 5 +
53 files changed, 853 insertions(+), 527 deletions(-)
More information about the amd-gfx
mailing list