]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit779e872be49858f35a727110a2ff1c80c306554b
tree191bfff3dd702571a0e6aaf0ab4f8e44b9716bd5
parent2fdd825314df1260b968f006a9f2e4f15bdb66e5
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