Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu_helper.c328 void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, in phm_trim_voltage_table_to_fit_state_table() argument
333 if (vol_table->count <= max_vol_steps) in phm_trim_voltage_table_to_fit_state_table()
336 diff = vol_table->count - max_vol_steps; in phm_trim_voltage_table_to_fit_state_table()
338 for (i = 0; i < max_vol_steps; i++) in phm_trim_voltage_table_to_fit_state_table()
341 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.c1138 uint32_t max_vol_steps, in vega10_trim_voltage_table_to_fit_state_table() argument
1143 if (vol_table->count <= max_vol_steps) in vega10_trim_voltage_table_to_fit_state_table()
1146 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()
1148 for (i = 0; i < max_vol_steps; i++) in vega10_trim_voltage_table_to_fit_state_table()
1151 vol_table->count = max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()