Home
last modified time | relevance | path

Searched defs:high_limit (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c3502 vega10_trim_single_dpm_states(struct pp_hwmgr * hwmgr,struct vega10_single_dpm_table * dpm_table,uint32_t low_limit,uint32_t high_limit) vega10_trim_single_dpm_states() argument
3518 vega10_trim_single_dpm_states_with_mask(struct pp_hwmgr * hwmgr,struct vega10_single_dpm_table * dpm_table,uint32_t low_limit,uint32_t high_limit,uint32_t disable_dpm_mask) vega10_trim_single_dpm_states_with_mask() argument
H A Dsmu7_hwmgr.c4292 smu7_trim_single_dpm_states(struct pp_hwmgr * hwmgr,struct smu7_single_dpm_table * dpm_table,uint32_t low_limit,uint32_t high_limit) smu7_trim_single_dpm_states() argument
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dci_dpm.c3666 u32 low_limit, u32 high_limit) in ci_trim_single_dpm_states()