]> Gentwo Git Trees - linux/.git/commit
drm/amd/display: Move analog check to dce110_hwseq
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 13 Nov 2025 16:33:48 +0000 (17:33 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Nov 2025 15:53:19 +0000 (10:53 -0500)
commit42408773ffcf0e9d595f2ec8a39dfb36f1fe0a14
treee365d2df490ade378cac20ee795ea9b09bad7e16
parentdc82e1bb489d6c4a5bbe9dcc8b6390955b8849cd
drm/amd/display: Move analog check to dce110_hwseq

Instead of checking that the signal is analog before calling the
HWSS disable_audio_stream() function to disable audio, move
the check inside the HWSS function.

Suggested-by: Ray Wu <Ray.Wu@amd.com>
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Link: https://lore.kernel.org/r/20251113163348.137315-5-timur.kristof@gmail.com
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
drivers/gpu/drm/amd/display/dc/link/link_dpms.c