linux/drivers/gpu/drm/amd/display/dmub/src
Nicholas Kazlauskas 56fc13fe6c drm/amd/display: Don't spin forever waiting for DMCUB phy/auto init
[Why]
It's an interface violation to use infinite loops within DMUB
service functions and we'll lock up the kernel by doing so.

[How]
Revert the function back to its intended functionality.
Move the infinite loops into DC/DM as necessary.

Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Sun peng Li <Sunpeng.Li@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-11-19 10:12:53 -05:00
..
dmub_dcn20.c drm/amd/display: Add debug trace for dmcub FW autoload. 2019-11-19 10:12:52 -05:00
dmub_dcn20.h drm/amd/display: Add DMUB service function check if hw initialized 2019-11-19 10:12:52 -05:00
dmub_dcn21.c
dmub_dcn21.h
dmub_reg.c
dmub_reg.h
dmub_srv.c drm/amd/display: Don't spin forever waiting for DMCUB phy/auto init 2019-11-19 10:12:53 -05:00
Makefile