Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
A Dintel_dp_link_training.c318 tx_ffe = drm_dp_get_adjust_tx_ffe_preset(link_status, lane); in intel_dp_get_lane_adjust_tx_ffe_preset()
321 tx_ffe = max(tx_ffe, drm_dp_get_adjust_tx_ffe_preset(link_status, lane)); in intel_dp_get_lane_adjust_tx_ffe_preset()
394 drm_dp_get_adjust_tx_ffe_preset((link_status), (lane))
705 old = drm_dp_get_adjust_tx_ffe_preset(old_link_status, lane); in intel_dp_adjust_request_changed()
706 new = drm_dp_get_adjust_tx_ffe_preset(new_link_status, lane); in intel_dp_adjust_request_changed()
/linux/drivers/gpu/drm/
A Ddrm_dp_helper.c134 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
145 EXPORT_SYMBOL(drm_dp_get_adjust_tx_ffe_preset);
/linux/include/drm/
A Ddrm_dp_helper.h1517 u8 drm_dp_get_adjust_tx_ffe_preset(const u8 link_status[DP_LINK_STATUS_SIZE],

Completed in 22 milliseconds