Home
last modified time | relevance | path

Searched refs:apply_state_adjust_rules (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c131 if (hwmgr->hwmgr_func->apply_state_adjust_rules != NULL) in phm_apply_state_adjust_rules()
132 return hwmgr->hwmgr_func->apply_state_adjust_rules( in phm_apply_state_adjust_rules()
Dsmu10_hwmgr.c1325 .apply_state_adjust_rules = smu10_apply_state_adjust_rules,
Dsmu8_hwmgr.c1965 .apply_state_adjust_rules = smu8_apply_state_adjust_rules,
Dsmu7_hwmgr.c5109 .apply_state_adjust_rules = smu7_apply_state_adjust_rules,
Dvega10_hwmgr.c5279 .apply_state_adjust_rules = vega10_apply_state_adjust_rules,
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h240 int (*apply_state_adjust_rules)(struct pp_hwmgr *hwmgr, member