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
2880 if (smu->ppt_funcs->get_current_power_state) in smu_get_current_power_state()2881 pm_state = smu->ppt_funcs->get_current_power_state(smu); in smu_get_current_power_state()2993 .get_current_power_state = smu_get_current_power_state,
602 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()
1536 .get_current_power_state = pp_dpm_get_current_power_state,
1424 .get_current_power_state = renoir_get_current_power_state,