Searched refs:drm_dp_channel_eq_ok (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_dp_link_training.c | 319 if (drm_dp_channel_eq_ok(link_status, in intel_dp_link_training_channel_equalization()
|
| D | intel_dp.c | 4720 !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/ |
| 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-v5.4/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-v5.4/drivers/gpu/drm/ |
| D | drm_dp_helper.c | 62 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/ |
| D | dpaux.c | 820 if (!drm_dp_channel_eq_ok(status, link->num_lanes)) in drm_dp_aux_train()
|
| /Linux-v5.4/include/drm/ |
| D | drm_dp_helper.h | 1044 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE],
|
| /Linux-v5.4/drivers/gpu/drm/rockchip/ |
| D | cdn-dp-core.c | 583 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/ |
| D | edp_ctrl.c | 676 if (drm_dp_channel_eq_ok(link_status, ctrl->lane_cnt)) { in edp_start_link_train_2()
|