Hi Dave, Simona, Fixes for 6.14. The following changes since commit 97e5c9e4139087a67c2469488360a6d6afdd4b69: drm/amd/display: fix CEC DC_DEBUG_MASK documentation (2025-01-16 16:23:22 -0500) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-next-6.14-2025-01-22 for you to fetch changes up to 74d099cbc632a76ea80cdf31126c8b110ff34865: drm/amd/display: Optimize cursor position updates (2025-01-21 10:38:59 -0500) ---------------------------------------------------------------- amd-drm-next-6.14-2025-01-22: amdgpu: - Documentation fixes - SMU 13.x fixes - SR-IOV fix - Display fix - PCIe calculation fix - MES 12 fix - HUBP fix - Cursor fix ---------------------------------------------------------------- Alex Deucher (1): drm/amd/display: fix SUBVP DC_DEBUG_MASK documentation Aric Cyr (2): drm/amd/display: Add hubp cache reset when powergating drm/amd/display: Optimize cursor position updates Jesse.zhang@xxxxxxx (3): revert "drm/amdgpu/pm: Implement SDMA queue reset for different asic" revert "drm/amdgpu/pm: add definition PPSMC_MSG_ResetSDMA2" drm/amd/pm: Refactor SMU 13.0.6 SDMA reset firmware version checks Lijo Lazar (2): drm/amd/pm: Add capability flags for SMU v13.0.6 drm/amd/pm: Fix smu v13.0.6 caps initialization Lin.Cao (1): drm/amdgpu: fix ring timeout issue in gfx10 sr-iov environment Mario Limonciello (1): drm/amd: Clarify kdoc for amdgpu.gttsize Shaoyun Liu (1): drm/amd/amdgpu: Enable scratch data dump for mes 12 Srinivasan Shanmugam (2): drm/amd/display: Fix error pointers in amdgpu_dm_crtc_mem_type_changed drm/amd/amdgpu: Prevent null pointer dereference in GPU bandwidth calculation drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 2 +- drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 49 +++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 5 + .../gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp.c | 10 +- .../drm/amd/display/dc/dpp/dcn401/dcn401_dpp_cm.c | 6 +- .../gpu/drm/amd/display/dc/hubp/dcn10/dcn10_hubp.c | 10 +- .../gpu/drm/amd/display/dc/hubp/dcn10/dcn10_hubp.h | 2 + .../gpu/drm/amd/display/dc/hubp/dcn20/dcn20_hubp.c | 9 +- .../drm/amd/display/dc/hubp/dcn201/dcn201_hubp.c | 1 + .../gpu/drm/amd/display/dc/hubp/dcn21/dcn21_hubp.c | 3 + .../gpu/drm/amd/display/dc/hubp/dcn30/dcn30_hubp.c | 3 + .../gpu/drm/amd/display/dc/hubp/dcn31/dcn31_hubp.c | 1 + .../gpu/drm/amd/display/dc/hubp/dcn32/dcn32_hubp.c | 1 + .../gpu/drm/amd/display/dc/hubp/dcn35/dcn35_hubp.c | 1 + .../drm/amd/display/dc/hubp/dcn401/dcn401_hubp.c | 13 +- .../drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 2 + .../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 2 + drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 2 + drivers/gpu/drm/amd/include/amd_shared.h | 2 +- .../amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_ppsmc.h | 1 - drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h | 3 +- drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 1 + .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 286 ++++++++++++++------- 26 files changed, 300 insertions(+), 123 deletions(-)