Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c1147 uint32_t max_vol_steps, in vega10_trim_voltage_table_to_fit_state_table() argument
1152 if (vol_table->count <= max_vol_steps) in vega10_trim_voltage_table_to_fit_state_table()
1155 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()
1157 for (i = 0; i < max_vol_steps; i++) in vega10_trim_voltage_table_to_fit_state_table()
1160 vol_table->count = max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()