max_vol_steps 327 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, max_vol_steps 332 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c if (vol_table->count <= max_vol_steps) max_vol_steps 335 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c diff = vol_table->count - max_vol_steps; max_vol_steps 337 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c for (i = 0; i < max_vol_steps; i++) max_vol_steps 340 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c vol_table->count = max_vol_steps; max_vol_steps 79 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.h extern void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_voltage_table *vol_table); max_vol_steps 1131 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c uint32_t max_vol_steps, max_vol_steps 1136 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c if (vol_table->count <= max_vol_steps) max_vol_steps 1139 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c diff = vol_table->count - max_vol_steps; max_vol_steps 1141 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c for (i = 0; i < max_vol_steps; i++) max_vol_steps 1144 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c vol_table->count = max_vol_steps;