Home
last modified time | relevance | path

Searched refs:pstate1 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c266 const struct pp_hw_power_state *pstate1, in phm_check_states_equal() argument
275 return hwmgr->hwmgr_func->check_states_equal(hwmgr, pstate1, pstate2, equal); in phm_check_states_equal()
Dsmu7_hwmgr.c4154 const struct pp_hw_power_state *pstate1, in smu7_check_states_equal() argument
4162 if (pstate1 == NULL || pstate2 == NULL || equal == NULL) in smu7_check_states_equal()
4165 psa = cast_const_phw_smu7_power_state(pstate1); in smu7_check_states_equal()
Dvega10_hwmgr.c4378 const struct pp_hw_power_state *pstate1, in vega10_check_states_equal() argument
4385 if (pstate1 == NULL || pstate2 == NULL || equal == NULL) in vega10_check_states_equal()
4388 psa = cast_const_phw_vega10_power_state(pstate1); in vega10_check_states_equal()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhardwaremanager.h425 const struct pp_hw_power_state *pstate1,
Dhwmgr.h276 const struct pp_hw_power_state *pstate1,