Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.c1279 int signed_voltage_step; in rv6xx_step_sw_voltage() local
1290 signed_voltage_step = -(int)voltage_step; in rv6xx_step_sw_voltage()
1292 signed_voltage_step = voltage_step; in rv6xx_step_sw_voltage()
1295 current_voltage += signed_voltage_step; in rv6xx_step_sw_voltage()