OSDN Git Service

drm/amd/display: Reset DMCUB before HW init
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Fri, 10 Dec 2021 23:04:05 +0000 (15:04 -0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Dec 2021 21:08:21 +0000 (16:08 -0500)
commit47e62dbd8dd30af66e8fdf1930a326971609dd32
treeba41449f5fdd0e8d13a63282a73240dd667ab94b
parent4308acff0f3f4fd523e69face1db33f8de10a5b1
drm/amd/display: Reset DMCUB before HW init

[Why]
If the firmware wasn't reset by PSP or HW and is currently running
then the firmware will hang or perform underfined behavior when we
modify its firmware state underneath it.

[How]
Reset DMCUB before setting up cache windows and performing HW init.

Reviewed-by: Aurabindo Jayamohanan Pillai <Aurabindo.Pillai@amd.com>
Acked-by: Pavle Kotarac <Pavle.Kotarac@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@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/amdgpu_dm/amdgpu_dm.c