Home
last modified time | relevance | path

Searched refs:pstate2 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c4717 const struct pp_hw_power_state *pstate2, bool *equal) in smu7_check_states_equal() argument
4724 if (pstate1 == NULL || pstate2 == NULL || equal == NULL) in smu7_check_states_equal()
4728 psb = cast_const_phw_smu7_power_state(pstate2); in smu7_check_states_equal()
H A Dvega10_hwmgr.c4891 const struct pp_hw_power_state *pstate2, bool *equal) in vega10_check_states_equal() argument
4897 if (pstate1 == NULL || pstate2 == NULL || equal == NULL) in vega10_check_states_equal()
4901 vega10_psb = cast_const_phw_vega10_power_state(pstate2); in vega10_check_states_equal()