Home
last modified time | relevance | path

Searched refs:max_vol_steps (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu_helper.c280 void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, in phm_trim_voltage_table_to_fit_state_table() argument
285 if (vol_table->count <= max_vol_steps) in phm_trim_voltage_table_to_fit_state_table()
288 diff = vol_table->count - max_vol_steps; in phm_trim_voltage_table_to_fit_state_table()
290 for (i = 0; i < max_vol_steps; i++) in phm_trim_voltage_table_to_fit_state_table()
293 vol_table->count = max_vol_steps; in phm_trim_voltage_table_to_fit_state_table()
H A Dsmu_helper.h67 extern void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_vo…
H A Dvega10_hwmgr.c1107 uint32_t max_vol_steps, in vega10_trim_voltage_table_to_fit_state_table() argument
1112 if (vol_table->count <= max_vol_steps) in vega10_trim_voltage_table_to_fit_state_table()
1115 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()
1117 for (i = 0; i < max_vol_steps; i++) in vega10_trim_voltage_table_to_fit_state_table()
1120 vol_table->count = max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()