]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: Disable DP audio spread spectrum for Cyan Skillfish
authorTravis K. Bangs <tbangs89@gmail.com>
Mon, 3 Aug 2026 19:13:52 +0000 (15:13 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Aug 2026 18:33:13 +0000 (14:33 -0400)
commitff209cd04845d819acc2fcc19b25904b4b7c3ea9
treee86f0f53aed862ebdd18afae7d8f96b45fdd7aae
parent5227c2c77c3869cbbc680d5a61cb5d4574fd8e38
drm/amd: Disable DP audio spread spectrum for Cyan Skillfish

The VBIOS for Cyan Skillfish devices (DCN201) indicates there is
DisplayPort ref clock spread spectrum downspread, so the audio clock
is corrected for it.

However, the clock source in this hardware does not seem to actually be
running with a clock downspread, so DisplayPort audio desyncs with video
after several minutes.

Ignore dprefclk SS downspread on CYAN_SKILLFISH2 asic.

Closes: https://gitlab.freedesktop.org/drm/amd/-/work_items/5429
Signed-off-by: Travis K. Bangs <tbangs89@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit f3a2d86587432fdd9a6d401507b60a01153453c5)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c