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:
parent
fd0a316e21
commit
647f007937
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue