Searched refs:allow_xgmi_power_down (Results 1 – 4 of 4) sorted by relevance
832 int (*allow_xgmi_power_down)(struct smu_context *smu, bool en); member
2049 if (!smu->ppt_funcs || !smu->ppt_funcs->allow_xgmi_power_down) in smu_allow_xgmi_power_down()2052 ret = smu->ppt_funcs->allow_xgmi_power_down(smu, en); in smu_allow_xgmi_power_down()
2124 .allow_xgmi_power_down = aldebaran_allow_xgmi_power_down,
2499 .allow_xgmi_power_down = arcturus_allow_xgmi_power_down,