Hi Dave, Simona, Fixes for 6.17.
The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9: Linux 6.17-rc2 (2025-08-17 15:22:10 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.17-2025-08-20 for you to fetch changes up to 297a4833a68aac3316eb808b4123eb016ef242d7: drm/amd/display: Fix DP audio DTO1 clock source on DCE 6. (2025-08-18 18:00:56 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.17-2025-08-20: amdgpu: - Replay fixes - SMU14 fix - Null check DC fixes - DCE6 DC fixes - Misc DC fixes ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu/swm14: Update power limit logic Chenyuan Yang (1): drm/amd/display: Add null pointer check in mod_hdcp_hdcp1_create_session() Gabe Teeger (1): drm/amd/display: Revert Add HPO encoder support to Replay Mario Limonciello (1): drm/amd/display: Avoid a NULL pointer dereference Timur Kristóf (8): drm/amd/display: Don't overclock DCE 6 by 15% drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15% drm/amd/display: Find first CRTC and its line time in dce110_fill_display_configs drm/amd/display: Fill display clock and vblank time in dce110_fill_display_configs drm/amd/display: Don't warn when missing DCE encoder caps drm/amd/display: Don't print errors for nonexistent connectors drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3 drm/amd/display: Fix DP audio DTO1 clock source on DCE 6. Tom Chung (1): drm/amd/display: Fix Xorg desktop unresponsive on Replay panel drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 ++ .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 19 ++++++++++ drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | 5 +-- .../gpu/drm/amd/display/dc/bios/command_table.c | 2 +- .../amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c | 14 +++---- .../amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c | 40 +++++++++++--------- .../amd/display/dc/clk_mgr/dce60/dce60_clk_mgr.c | 31 +++++----------- drivers/gpu/drm/amd/display/dc/core/dc.c | 15 +++++++- .../gpu/drm/amd/display/dc/dce/dce_link_encoder.c | 8 ++-- drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c | 43 ++-------------------- drivers/gpu/drm/amd/display/dc/dce/dmub_replay.h | 2 +- .../dc/link/protocols/link_edp_panel_control.c | 2 +- drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 20 ---------- .../gpu/drm/amd/display/modules/hdcp/hdcp_psp.c | 3 ++ .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 30 ++++++++++++--- 15 files changed, 112 insertions(+), 125 deletions(-)