Searched refs:max_vol_steps (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu_helper.c | 328 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()
|
H A D | smu_helper.h | 79 extern void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_voltage_table *vol_table);
|
H A D | vega10_hwmgr.c | 1139 uint32_t max_vol_steps, in vega10_trim_voltage_table_to_fit_state_table() 1144 if (vol_table->count <= max_vol_steps) in vega10_trim_voltage_table_to_fit_state_table() 1147 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table() 1149 for (i = 0; i < max_vol_steps; i++) in vega10_trim_voltage_table_to_fit_state_table() 1152 vol_table->count = max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table() 1137 vega10_trim_voltage_table_to_fit_state_table( struct pp_hwmgr *hwmgr, uint32_t max_vol_steps, struct pp_atomfwctrl_voltage_table *vol_table) vega10_trim_voltage_table_to_fit_state_table() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu_helper.c | 328 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()
|
H A D | smu_helper.h | 79 extern void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_voltage_table *vol_table);
|
H A D | vega10_hwmgr.c | 1137 uint32_t max_vol_steps, in vega10_trim_voltage_table_to_fit_state_table() 1142 if (vol_table->count <= max_vol_steps) in vega10_trim_voltage_table_to_fit_state_table() 1145 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table() 1147 for (i = 0; i < max_vol_steps; i++) in vega10_trim_voltage_table_to_fit_state_table() 1150 vol_table->count = max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table() 1135 vega10_trim_voltage_table_to_fit_state_table( struct pp_hwmgr *hwmgr, uint32_t max_vol_steps, struct pp_atomfwctrl_voltage_table *vol_table) vega10_trim_voltage_table_to_fit_state_table() argument
|
Completed in 17 milliseconds