Searched refs:drm_dp_channel_eq_ok (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_dp_link_training.c | 302 if (drm_dp_channel_eq_ok(link_status, in intel_dp_link_training_channel_equalization()
|
D | intel_dp.c | 4099 !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/ |
D | atombios_dp.c | 454 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/ |
D | atombios_dp.c | 514 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/ |
D | drm_dp_helper.c | 60 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/ |
D | dpaux.c | 816 if (!drm_dp_channel_eq_ok(status, link->num_lanes)) in drm_dp_aux_train()
|
/Linux-v4.19/include/drm/ |
D | drm_dp_helper.h | 954 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE],
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | cdn-dp-core.c | 592 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/ |
D | tc358767.c | 969 !(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/ |
D | edp_ctrl.c | 684 if (drm_dp_channel_eq_ok(link_status, ctrl->lane_cnt)) { in edp_start_link_train_2()
|