Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhardwaremanager.c146 if (hwmgr->hwmgr_func->apply_clocks_adjust_rules != NULL) in phm_apply_clock_adjust_rules()
147 return hwmgr->hwmgr_func->apply_clocks_adjust_rules(hwmgr); in phm_apply_clock_adjust_rules()
Dvega12_hwmgr.c2829 .apply_clocks_adjust_rules =
Dvega20_hwmgr.c4339 .apply_clocks_adjust_rules = vega20_apply_clocks_adjust_rules,
/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_internal.h71 #define smu_apply_clocks_adjust_rules(smu) smu_ppt_funcs(apply_clocks_adjust_rules, 0, smu)
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Dhwmgr.h245 int (*apply_clocks_adjust_rules)(struct pp_hwmgr *hwmgr); member
Damdgpu_smu.h499 int (*apply_clocks_adjust_rules)(struct smu_context *smu); member