Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp_link_training.c319 if (drm_dp_channel_eq_ok(link_status, in intel_dp_link_training_channel_equalization()
Dintel_dp.c4720 !drm_dp_channel_eq_ok(&esi[10], intel_dp->lane_count)) { in intel_dp_check_mst_status()
4790 return !drm_dp_channel_eq_ok(link_status, intel_dp->lane_count); in intel_dp_needs_link_retrain()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Datombios_dp.c454 if (drm_dp_channel_eq_ok(link_status, dig->dp_lane_count)) in amdgpu_atombios_dp_needs_link_train()
679 if (drm_dp_channel_eq_ok(dp_info->link_status, dp_info->dp_lane_count)) { in amdgpu_atombios_dp_link_train_ce()
/Linux-v5.4/drivers/gpu/drm/radeon/
Datombios_dp.c514 if (drm_dp_channel_eq_ok(link_status, dig->dp_lane_count)) in radeon_dp_needs_link_train()
756 if (drm_dp_channel_eq_ok(dp_info->link_status, dp_info->dp_lane_count)) { in radeon_dp_link_train_ce()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_dp_helper.c62 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE], in drm_dp_channel_eq_ok() function
80 EXPORT_SYMBOL(drm_dp_channel_eq_ok);
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddpaux.c820 if (!drm_dp_channel_eq_ok(status, link->num_lanes)) in drm_dp_aux_train()
/Linux-v5.4/include/drm/
Ddrm_dp_helper.h1044 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE],
/Linux-v5.4/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c583 return drm_dp_channel_eq_ok(link_status, min(port->lanes, sink_lanes)); in cdn_dp_check_link_status()
/Linux-v5.4/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c676 if (drm_dp_channel_eq_ok(link_status, ctrl->lane_cnt)) { in edp_start_link_train_2()