drm/amd/display: drain dmub inbox if queue is full
authorJosip Pavic <Josip.Pavic@amd.com>
Fri, 24 Mar 2023 19:31:10 +0000 (15:31 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Apr 2023 20:28:52 +0000 (16:28 -0400)
commit522b9a5d5852f99e51fbc460054dc8af3b4b5b30
treef811b8386c97a0cb22faee134c8f2bb5035e4daa
parente97cc04fe0fb33e489583dff79f6b1d6919fcc66
drm/amd/display: drain dmub inbox if queue is full

[Why & How]
If dmub command queuing fails due to the inbox being full, flush the
inbox and resubmit the comamnd. This was previously the default behavior
but was lost in a refactor.

Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Josip Pavic <Josip.Pavic@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c