Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp_link_training.c302 if (drm_dp_channel_eq_ok(link_status, in intel_dp_link_training_channel_equalization()
Dintel_dp.c4099 !drm_dp_channel_eq_ok(&esi[10], intel_dp->lane_count)) { in intel_dp_check_mst_status()
4160 return !drm_dp_channel_eq_ok(link_status, intel_dp->lane_count); in intel_dp_needs_link_retrain()
/Linux-v4.19/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-v4.19/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-v4.19/drivers/gpu/drm/
Ddrm_dp_helper.c60 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE], in drm_dp_channel_eq_ok() function
78 EXPORT_SYMBOL(drm_dp_channel_eq_ok);
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddpaux.c816 if (!drm_dp_channel_eq_ok(status, link->num_lanes)) in drm_dp_aux_train()
/Linux-v4.19/include/drm/
Ddrm_dp_helper.h954 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE],
/Linux-v4.19/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c592 return drm_dp_channel_eq_ok(link_status, min(port->lanes, sink_lanes)); in cdn_dp_check_link_status()
/Linux-v4.19/drivers/gpu/drm/bridge/
Dtc358767.c969 !(drm_dp_channel_eq_ok(tmp + 2, tc->link.base.num_lanes))); in tc_main_link_setup()
/Linux-v4.19/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c684 if (drm_dp_channel_eq_ok(link_status, ctrl->lane_cnt)) { in edp_start_link_train_2()