Searched refs:drm_dp_channel_eq_ok (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/ |
| D | drm_dp_helper.c | 57 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE], in drm_dp_channel_eq_ok() function 75 EXPORT_SYMBOL(drm_dp_channel_eq_ok);
|
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | atombios_dp.c | 468 if (drm_dp_channel_eq_ok(link_status, dig->dp_lane_count)) in amdgpu_atombios_dp_needs_link_train() 693 if (drm_dp_channel_eq_ok(dp_info->link_status, dp_info->dp_lane_count)) { in amdgpu_atombios_dp_link_train_ce()
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | atombios_dp.c | 541 if (drm_dp_channel_eq_ok(link_status, dig->dp_lane_count)) in radeon_dp_needs_link_train() 783 if (drm_dp_channel_eq_ok(dp_info->link_status, dp_info->dp_lane_count)) { in radeon_dp_link_train_ce()
|
| /linux-4.4.14/include/drm/ |
| D | drm_dp_helper.h | 576 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE],
|
| /linux-4.4.14/drivers/gpu/drm/tegra/ |
| D | dpaux.c | 606 if (!drm_dp_channel_eq_ok(status, link->num_lanes)) in tegra_dpaux_train()
|
| /linux-4.4.14/drivers/gpu/drm/msm/edp/ |
| D | edp_ctrl.c | 689 if (drm_dp_channel_eq_ok(link_status, ctrl->lane_cnt)) { in edp_start_link_train_2()
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | intel_dp.c | 3866 if (drm_dp_channel_eq_ok(link_status, in intel_dp_link_training_channel_equalization() 4380 !drm_dp_channel_eq_ok(&esi[10], intel_dp->lane_count)) { in intel_dp_check_mst_status() 4469 if (!drm_dp_channel_eq_ok(link_status, intel_dp->lane_count)) { in intel_dp_check_link_status()
|