Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu_helper.c327 void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, in phm_trim_voltage_table_to_fit_state_table() argument
332 if (vol_table->count <= max_vol_steps) in phm_trim_voltage_table_to_fit_state_table()
335 diff = vol_table->count - max_vol_steps; in phm_trim_voltage_table_to_fit_state_table()
337 for (i = 0; i < max_vol_steps; i++) in phm_trim_voltage_table_to_fit_state_table()
340 vol_table->count = max_vol_steps; in phm_trim_voltage_table_to_fit_state_table()
Dsmu_helper.h79 extern void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_vo…
Dvega10_hwmgr.c1131 uint32_t max_vol_steps, in vega10_trim_voltage_table_to_fit_state_table() argument
1136 if (vol_table->count <= max_vol_steps) in vega10_trim_voltage_table_to_fit_state_table()
1139 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()
1141 for (i = 0; i < max_vol_steps; i++) in vega10_trim_voltage_table_to_fit_state_table()
1144 vol_table->count = max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()