Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
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()
Dsmu_helper.h67 extern void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_vo…
Dvega10_hwmgr.c1103 uint32_t max_vol_steps, in vega10_trim_voltage_table_to_fit_state_table() argument
1108 if (vol_table->count <= max_vol_steps) in vega10_trim_voltage_table_to_fit_state_table()
1111 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()
1113 for (i = 0; i < max_vol_steps; i++) in vega10_trim_voltage_table_to_fit_state_table()
1116 vol_table->count = max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()