Will remove once validation finished.
Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
static bool aldebaran_is_mode1_reset_supported(struct smu_context *smu)
{
+#if 0
struct amdgpu_device *adev = smu->adev;
u32 smu_version;
uint32_t val;
val = RREG32_SOC15(MP0, 0, regMP0_SMN_C2PMSG_81);
return val != 0x0;
+#endif
+ return true;
}
static bool aldebaran_is_mode2_reset_supported(struct smu_context *smu)