Commit 647f0079 authored by Aaron Liu's avatar Aaron Liu Committed by Alex Deucher
Browse files

drm/amdgpu/pm: enable smu_hw_init for yellow carp



This patch is to enable smu_hw_init for yellow carp.

Signed-off-by: default avatarAaron Liu <aaron.liu@amd.com>
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent fd0a316e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;