Hi Dave, Simona, Fixes for 6.17.
The following changes since commit 07e27ad16399afcd693be20211b0dfae63e0615f: Linux 6.17-rc7 (2025-09-21 15:08:52 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.17-2025-09-24 for you to fetch changes up to 41b1f9fcba62b06195e625bb88c1031102892439: drm/amd/display: remove output_tf_change flag (2025-09-23 13:54:50 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.17-2025-09-24: amdgpu: - Backlight fix - DC preblend fix - DCN 3.5 fix - Cleanup output_tf_change ---------------------------------------------------------------- Alvin Lee (1): drm/amd/display: Use mpc.preblend flag to indicate preblend Leo Li (1): drm/amd/display: Init DCN35 clocks from pre-os HW values Matthew Schwartz (1): drm/amd/display: Only restore backlight after amdgpu_dm_init or dm_resume Melissa Wen (1): drm/amd/display: remove output_tf_change flag drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 7 ++ .../drm/amd/display/amdgpu_dm/amdgpu_dm_color.c | 2 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 2 +- .../amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 121 ++++++++++++++++++++- drivers/gpu/drm/amd/display/dc/dc.h | 1 - .../drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 6 +- .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 6 +- 8 files changed, 140 insertions(+), 17 deletions(-)
