Home
last modified time | relevance | path

Searched refs:drm_dp_get_adjust_tx_ffe_preset (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_dp_link_training.c331 tx_ffe = drm_dp_get_adjust_tx_ffe_preset(link_status, lane); in intel_dp_get_lane_adjust_tx_ffe_preset()
334 tx_ffe = max(tx_ffe, drm_dp_get_adjust_tx_ffe_preset(link_status, lane)); in intel_dp_get_lane_adjust_tx_ffe_preset()
407 drm_dp_get_adjust_tx_ffe_preset((link_status), (lane))
732 old = drm_dp_get_adjust_tx_ffe_preset(old_link_status, lane); in intel_dp_adjust_request_changed()
733 new = drm_dp_get_adjust_tx_ffe_preset(new_link_status, lane); in intel_dp_adjust_request_changed()
/Linux-v6.6/include/drm/display/
Ddrm_dp_helper.h44 u8 drm_dp_get_adjust_tx_ffe_preset(const u8 link_status[DP_LINK_STATUS_SIZE],
/Linux-v6.6/drivers/gpu/drm/display/
Ddrm_dp_helper.c150 u8 drm_dp_get_adjust_tx_ffe_preset(const u8 link_status[DP_LINK_STATUS_SIZE], in drm_dp_get_adjust_tx_ffe_preset() function
161 EXPORT_SYMBOL(drm_dp_get_adjust_tx_ffe_preset);