Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drv6xx_dpm.c1277 u16 current_voltage; in rv6xx_step_sw_voltage() local
1285 initial_voltage, &current_voltage)) || in rv6xx_step_sw_voltage()
1290 if (true_target_voltage < current_voltage) in rv6xx_step_sw_voltage()
1295 while (current_voltage != true_target_voltage) { in rv6xx_step_sw_voltage()
1296 current_voltage += signed_voltage_step; in rv6xx_step_sw_voltage()
1298 current_voltage); in rv6xx_step_sw_voltage()