drm/amdgpu: perform p-state switch after the whole hive initialized
authorEvan Quan <evan.quan@amd.com>
Tue, 5 Nov 2019 07:15:33 +0000 (15:15 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Nov 2019 21:27:48 +0000 (16:27 -0500)
commit60599a03638a611574a177fa6e6d7394abad0d7f
tree540b905e390c0cae9ed6af3726ddb209b336cf41
parent5c5b2ba00667edd6c5c0df9f97ba2b179d013e1d
drm/amdgpu: perform p-state switch after the whole hive initialized

P-state switch should be performed after all devices from the hive
get initialized.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Reviewed-by: Jonathan Kim <Jonathan.Kim@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c