Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_dp_helper.c57 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.1.27/include/drm/
Ddrm_dp_helper.h572 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE],
/linux-4.1.27/drivers/gpu/drm/radeon/
Datombios_dp.c516 if (drm_dp_channel_eq_ok(link_status, dig->dp_lane_count)) in radeon_dp_needs_link_train()
758 if (drm_dp_channel_eq_ok(dp_info->link_status, dp_info->dp_lane_count)) { in radeon_dp_link_train_ce()
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddpaux.c557 if (!drm_dp_channel_eq_ok(status, link->num_lanes)) in tegra_dpaux_train()
/linux-4.1.27/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c702 if (drm_dp_channel_eq_ok(link_status, ctrl->lane_cnt)) { in edp_start_link_train_2()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dp.c3678 if (drm_dp_channel_eq_ok(link_status, intel_dp->lane_count)) { in intel_dp_complete_link_train()
3989 if (intel_dp->active_mst_links && !drm_dp_channel_eq_ok(&esi[10], intel_dp->lane_count)) { in intel_dp_check_mst_status()
4082 if (!drm_dp_channel_eq_ok(link_status, intel_dp->lane_count)) { in intel_dp_check_link_status()