Searched refs:get_current_power_state (Results 1 – 6 of 6) sorted by relevance
333 enum amd_pm_state_type (*get_current_power_state)(void *handle); member
2879 if (smu->ppt_funcs->get_current_power_state) in smu_get_current_power_state()2880 pm_state = smu->ppt_funcs->get_current_power_state(smu); in smu_get_current_power_state()2992 .get_current_power_state = smu_get_current_power_state,
598 enum amd_pm_state_type (*get_current_power_state)(struct smu_context *smu); member
797 if (!pp_funcs->get_current_power_state) { in amdgpu_dpm_get_current_power_state()802 *state = pp_funcs->get_current_power_state(adev->powerplay.pp_handle); in amdgpu_dpm_get_current_power_state()
1535 .get_current_power_state = pp_dpm_get_current_power_state,
1419 .get_current_power_state = renoir_get_current_power_state,