this_v 215 drivers/gpu/drm/amd/amdgpu/atombios_dp.c u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane); this_v 220 drivers/gpu/drm/amd/amdgpu/atombios_dp.c voltage_names[this_v >> DP_TRAIN_VOLTAGE_SWING_SHIFT], this_v 223 drivers/gpu/drm/amd/amdgpu/atombios_dp.c if (this_v > v) this_v 224 drivers/gpu/drm/amd/amdgpu/atombios_dp.c v = this_v; this_v 1314 drivers/gpu/drm/gma500/cdv_intel_dp.c uint8_t this_v = cdv_intel_get_adjust_request_voltage(intel_dp->link_status, lane); this_v 1317 drivers/gpu/drm/gma500/cdv_intel_dp.c if (this_v > v) this_v 1318 drivers/gpu/drm/gma500/cdv_intel_dp.c v = this_v; this_v 48 drivers/gpu/drm/i915/display/intel_dp_link_training.c u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane); this_v 51 drivers/gpu/drm/i915/display/intel_dp_link_training.c if (this_v > v) this_v 52 drivers/gpu/drm/i915/display/intel_dp_link_training.c v = this_v; this_v 265 drivers/gpu/drm/radeon/atombios_dp.c u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane); this_v 270 drivers/gpu/drm/radeon/atombios_dp.c voltage_names[this_v >> DP_TRAIN_VOLTAGE_SWING_SHIFT], this_v 273 drivers/gpu/drm/radeon/atombios_dp.c if (this_v > v) this_v 274 drivers/gpu/drm/radeon/atombios_dp.c v = this_v;