Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A 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()
/dragonfly/sys/dev/drm/i915/
H A Dintel_dp_link_training.c280 if (drm_dp_channel_eq_ok(link_status, in intel_dp_link_training_channel_equalization()
H A Dintel_dp.c4215 !drm_dp_channel_eq_ok(&esi[10], intel_dp->lane_count)) { in intel_dp_check_mst_status()
4310 if (!drm_dp_channel_eq_ok(link_status, intel_dp->lane_count)) { in intel_dp_check_link_status()
/dragonfly/sys/dev/drm/radeon/
H A 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()
/dragonfly/sys/dev/drm/
H A 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);
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_dp_helper.h885 bool drm_dp_channel_eq_ok(const u8 link_status[DP_LINK_STATUS_SIZE],