Searched refs:this_v (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios_dp.c212 u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane); local
217 voltage_names[this_v >> DP_TRAIN_VOLTAGE_SWING_SHIFT],
220 if (this_v > v)
221 v = this_v;
/openbsd-current/sys/dev/pci/drm/radeon/
H A Datombios_dp.c266 u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane); local
271 voltage_names[this_v >> DP_TRAIN_VOLTAGE_SWING_SHIFT],
274 if (this_v > v)
275 v = this_v;

Completed in 236 milliseconds