Hi Dave, Sima, Fixes for 6.7.
The following changes since commit 33924328498e903bea74727353e5012d29653aff: Merge tag 'drm-intel-fixes-2023-12-01-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2023-12-05 12:19:22 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-12-06 for you to fetch changes up to dab96d8b61aab1a4f99d0b86964a6c40e7bb1756: drm/amdgpu: fix buffer funcs setting order on suspend (2023-12-06 16:05:32 -0500) ---------------------------------------------------------------- amd-drm-fixes-6.7-2023-12-06: amdgpu: - Disable MCBP on gfx9 - DC vbios fix - eDP fix - dml2 UBSAN fix - SMU 14 fix - RAS fixes - dml KASAN/KCSAN fix - PSP 13 fix - Clockgating fixes - Suspend fix ---------------------------------------------------------------- Alex Deucher (2): drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml drm/amdgpu: fix buffer funcs setting order on suspend Alvin Lee (1): drm/amd/display: Use channel_width = 2 for vram table 3.0 Hawking Zhang (1): drm/amdgpu: Update fw version for boot time error query Ivan Lipski (1): drm/amd/display: Add monitor patch for specific eDP Jiadong Zhu (1): drm/amdgpu: disable MCBP by default Li Ma (1): drm/amd/swsmu: update smu v14_0_0 driver if version and metrics table Lijo Lazar (4): drm/amdgpu: Restrict extended wait to PSP v13.0.6 drm/amdgpu: Add NULL checks for function pointers drm/amdgpu: Update HDP 4.4.2 clock gating flags drm/amdgpu: Avoid querying DRM MGCG status Roman Li (1): drm/amd/display: Fix array-index-out-of-bounds in dml2 Yang Wang (2): drm/amd/pm: support new mca smu error code decoding drm/amdgpu: optimize the printing order of error data drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_mca.h | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 17 +++++ drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c | 5 ++ drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 12 ++-- drivers/gpu/drm/amd/amdgpu/soc15.c | 15 +++-- .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 6 ++ drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 8 ++- drivers/gpu/drm/amd/display/dc/dml/Makefile | 4 ++ .../drm/amd/display/dc/dml2/display_mode_core.c | 6 +- drivers/gpu/drm/amd/include/kgd_pp_interface.h | 17 +++++ drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 10 +++ .../pm/swsmu/inc/pmfw_if/smu14_driver_if_v14_0_0.h | 77 +++++++++++++--------- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 9 ++- .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c | 46 ++++++++++++- 15 files changed, 187 insertions(+), 53 deletions(-)