Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dp_link_training.c323 tx_ffe = drm_dp_get_adjust_tx_ffe_preset(link_status, lane); in intel_dp_get_lane_adjust_tx_ffe_preset()
326 tx_ffe = max(tx_ffe, drm_dp_get_adjust_tx_ffe_preset(link_status, lane)); in intel_dp_get_lane_adjust_tx_ffe_preset()
399 drm_dp_get_adjust_tx_ffe_preset((link_status), (lane))
720 old = drm_dp_get_adjust_tx_ffe_preset(old_link_status, lane); in intel_dp_adjust_request_changed()
721 new = drm_dp_get_adjust_tx_ffe_preset(new_link_status, lane); in intel_dp_adjust_request_changed()
/linux-6.1.9/include/drm/display/
Ddrm_dp_helper.h44 u8 drm_dp_get_adjust_tx_ffe_preset(const u8 link_status[DP_LINK_STATUS_SIZE],
/linux-6.1.9/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);