Searched refs:get_current_power_state (Results 1 – 6 of 6) sorted by relevance
335 enum amd_pm_state_type (*get_current_power_state)(void *handle); member
799 if (!pp_funcs->get_current_power_state) { in amdgpu_dpm_get_current_power_state()804 *state = pp_funcs->get_current_power_state(adev->powerplay.pp_handle); in amdgpu_dpm_get_current_power_state()
605 enum amd_pm_state_type (*get_current_power_state)(struct smu_context *smu); member
2963 if (smu->ppt_funcs->get_current_power_state) in smu_get_current_power_state()2964 pm_state = smu->ppt_funcs->get_current_power_state(smu); in smu_get_current_power_state()3076 .get_current_power_state = smu_get_current_power_state,
1425 .get_current_power_state = renoir_get_current_power_state,
1590 .get_current_power_state = pp_dpm_get_current_power_state,