OSDN Git Service

drm/amd/powerplay:clean up the residual mutex for smu_hw_init
authorPrike Liang <Prike.Liang@amd.com>
Mon, 24 Jun 2019 09:25:26 +0000 (17:25 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jun 2019 18:23:51 +0000 (13:23 -0500)
commit1189413f9cd45e42dc8ce3dc4eacd6ae27269ef9
tree191bfff3dd702571a0e6aaf0ab4f8e44b9716bd5
parentaeaa72e25ea8d2a2de6263ab0fe05307a588bdce
drm/amd/powerplay:clean up the residual mutex for smu_hw_init

The mutex for procting SMU during hw_init was removed as system
will be deadlock when smu_populate_umd_state_clk try get SMU mutex.
Therefore need remove the residual mutex from failed path.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c