drm/amdgpu/pm: enable smu_hw_init for yellow carp

This patch is to enable smu_hw_init for yellow carp.

Signed-off-by: Aaron Liu <aaron.liu@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Aaron Liu 2021-01-07 11:05:05 +08:00 committed by Alex Deucher
parent fd0a316e21
commit 647f007937
1 changed files with 0 additions and 3 deletions

View File

@ -1310,9 +1310,6 @@ static int smu_hw_init(void *handle)
smu_set_gfx_cgpg(&adev->smu, true);
}
if (adev->asic_type == CHIP_YELLOW_CARP)
return 0;
if (!smu->pm_enabled)
return 0;