]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Split arbiter programming for DCN42
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Mon, 2 Mar 2026 15:47:34 +0000 (10:47 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Mar 2026 18:13:01 +0000 (14:13 -0400)
commitcb50faeb0d7585fed52231627d632462b9f927b0
treeaacc1bcc1ea5b124d9b2dc232f74ed294318f14e
parentc446748aa3f233451955bf63ac9887047fe13e73
drm/amd/display: Split arbiter programming for DCN42

[Why]
We don't want to update the timeout threshold for stall recovery in
firmware dynamically for DCN42 as we're not using FAMS.

Firmware should own programming of this register since the recovery
can be broken if driver updates the value to 0.

[How]
Split program_arbiter for dcn42 and skip the part that updates the
timeout threshold.

Reviewed-by: Leo Chen <leo.chen@amd.com>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Signed-off-by: Chuanyu Tseng <Chuanyu.Tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/hubbub/dcn42/dcn42_hubbub.c