Hi Dave, Simona, Fixes for 6.18.
The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0: Linux 6.18-rc4 (2025-11-02 11:28:02 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.18-2025-11-06 for you to fetch changes up to 3c6a743c6961cc2cab453b343bb157d6bbbf8120: drm/amd/display: Enable mst when it's detected but yet to be initialized (2025-11-06 11:58:55 -0500) ---------------------------------------------------------------- amd-drm-fixes-6.18-2025-11-06: amdgpu: - Reset fixes - Misc fixes - Panel scaling fixes - HDMI fix - S0ix fixes - Hibernation fix - Secure display fix - Suspend fix - MST fix amdkfd: - Process cleanup fix ---------------------------------------------------------------- Alex Deucher (3): drm/amdgpu: set default gfx reset masks for gfx6-8 drm/amdgpu: Drop PMFW RLC notifier from amdgpu_device_suspend() drm/amdgpu/smu: Handle S0ix for vangogh Alex Hung (1): drm/amd/display: Fix black screen with HDMI outputs Lijo Lazar (1): drm/amdgpu: Fix wait after reset sequence in S3 Mario Limonciello (1): drm/amd: Fix suspend failure with secure display TA Mario Limonciello (AMD) (1): drm/amd/display: Don't stretch non-native images by default in eDP Philip Yang (1): drm/amdkfd: Don't clear PT after process killed Rong Zhang (1): drm/amd/display: Fix NULL deref in debugfs odm_combine_segments Samuel Zhang (1): drm/amdgpu: fix gpu page fault after hibernation on PF passthrough Wayne Lin (1): drm/amd/display: Enable mst when it's detected but yet to be initialized Yang Wang (1): drm/amd/pm: fix missing device_attr cleanup in amdgpu_pm_sysfs_init() drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 4 ++++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ---- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 9 ++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 5 ++++- drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c | 3 ++- drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 5 +++++ drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 5 +++++ drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 5 +++++ drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 4 +++- drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 26 +++++++++++++++++++++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 ++++++++-- .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 3 ++- .../gpu/drm/amd/display/dc/link/link_detection.c | 1 + drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 18 --------------- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 ++-- drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h | 2 -- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 6 +++++ drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 3 +++ 18 files changed, 84 insertions(+), 35 deletions(-)
