Home
last modified time | relevance | path

Searched refs:psm_set_performance_states (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpp_psm.h32 int psm_set_performance_states(struct pp_hwmgr *hwmgr);
H A Dhwmgr.c262 ret |= psm_set_performance_states(hwmgr); in hwmgr_hw_init()
334 ret |= psm_set_performance_states(hwmgr); in hwmgr_resume()
375 ret = psm_set_performance_states(hwmgr); in hwmgr_handle_task()
H A Dpp_psm.c197 int psm_set_performance_states(struct pp_hwmgr *hwmgr) in psm_set_performance_states() function