PMFW should be loaded before any operation that
may toggling DF-Cstate. otherwsie, tOS has no
choice but to locally toggle DF Cstate (i.e.
disable DF-Cstate even it already enabled by VBIOS)
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Le Ma <Le.Ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
        if (adev->flags & AMD_IS_APU)
                return;
 
-       if ((adev->asic_type == CHIP_ARCTURUS) ||
+       if ((adev->asic_type == CHIP_ARCTURUS)  ||
+           (adev->asic_type == CHIP_ALDEBARAN) ||
            (adev->asic_type >= CHIP_NAVI12))
                psp->pmfw_centralized_cstate_management = true;
 }