Re: [PATCH v2] drm/amd/powerplay:clean up the residual mutex for smu_hw_init

2019-06-26 Thread Kevin Wang
Reviewed-by: Kevin Wang On 6/25/19 3:43 PM, Prike Liang wrote: > 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. > > Change-Id:

[PATCH v2] drm/amd/powerplay:clean up the residual mutex for smu_hw_init

2019-06-25 Thread Prike Liang
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. Change-Id: Id8019c01b9496c067efda4817a46983e4da3b6e4 Signed-off-by: Prike Liang ---