Re: [PATCH] drm/amdgpu/swsmu: init the baco mutex in early_init

2020-10-13 Thread Wang, Kevin(Yang)
Reviewed-by: Kevin Wang > 在 2020年10月13日,20:15,Alex Deucher 写道: > > GPU reset might get called during init time, before > sw_init has been called. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) >

[PATCH] drm/amdgpu/swsmu: init the baco mutex in early_init

2020-10-13 Thread Alex Deucher
GPU reset might get called during init time, before sw_init has been called. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c b/drivers/gpu/drm/amd/pm/sw