Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_hardwaremanager.c139 if (hwmgr->hwmgr_func->apply_state_adjust_rules != NULL) in phm_apply_state_adjust_rules()
140 return hwmgr->hwmgr_func->apply_state_adjust_rules( in phm_apply_state_adjust_rules()
H A Damdgpu_smu10_hwmgr.c1336 .apply_state_adjust_rules = smu10_apply_state_adjust_rules,
H A Damdgpu_smu8_hwmgr.c1972 .apply_state_adjust_rules = smu8_apply_state_adjust_rules,
H A Damdgpu_smu7_hwmgr.c5119 .apply_state_adjust_rules = smu7_apply_state_adjust_rules,
H A Damdgpu_vega10_hwmgr.c5404 .apply_state_adjust_rules = vega10_apply_state_adjust_rules,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dhwmgr.h242 int (*apply_state_adjust_rules)(struct pp_hwmgr *hwmgr, member