]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amd/display: Disable timeout in more places for dc_dmub_srv
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Tue, 23 Jan 2024 17:14:42 +0000 (12:14 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Feb 2024 17:26:22 +0000 (12:26 -0500)
commitc2359c6d7f4d495e2e17098d809d5c57f0963ada
treef36521b9b1249e459abeb0ff01c004dc3ccabf16
parentcdb637d339572398821204a1142d8d615668f1e9
drm/amd/display: Disable timeout in more places for dc_dmub_srv

[Why]
We're still missing a few and we'd like to avoid continuining when
a hang occurs for debug purposes.

[How]
Add the loop anywhere we try to wait on rptr == wptr in dc_dmub_srv.

Reviewed-by: Ovidiu Bunea <ovidiu.bunea@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c