Home
last modified time | relevance | path

Searched refs:DP_ADJUST_REQUEST_LANE0_1 (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c416 retval = drm_dp_dpcd_read(&dp->aux, DP_ADJUST_REQUEST_LANE0_1, in analogix_dp_process_clock_recovery()
471 retval = drm_dp_dpcd_read(&dp->aux, DP_ADJUST_REQUEST_LANE0_1, in analogix_dp_process_equalizer_training()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c127 int i = DP_ADJUST_REQUEST_LANE0_1 + (lane >> 1); in drm_dp_get_adjust_request_voltage()
140 int i = DP_ADJUST_REQUEST_LANE0_1 + (lane >> 1); in drm_dp_get_adjust_request_pre_emphasis()
154 int i = DP_ADJUST_REQUEST_LANE0_1 + (lane >> 1); in drm_dp_get_adjust_tx_ffe_preset()
/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c1248 int i = DP_ADJUST_REQUEST_LANE0_1 + (lane >> 1); in cdv_intel_get_adjust_request_voltage()
1261 int i = DP_ADJUST_REQUEST_LANE0_1 + (lane >> 1); in cdv_intel_get_adjust_request_pre_emphasis()
/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c245 DP_ADJUST_REQUEST_LANE0_1, in dp_test_send_phy_test_pattern()
/linux/include/drm/display/
H A Ddrm_dp.h799 #define DP_ADJUST_REQUEST_LANE0_1 0x206 macro
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1621 drm_dp_dpcd_read(&mtk_dp->aux, DP_ADJUST_REQUEST_LANE0_1, in mtk_dp_train_cr()
1689 drm_dp_dpcd_read(&mtk_dp->aux, DP_ADJUST_REQUEST_LANE0_1, in mtk_dp_train_eq()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c979 unsigned int idx = DP_ADJUST_REQUEST_LANE0_1 - DP_LANE0_1_STATUS + (lane >> 1); in cdns_mhdp_set_adjust_request_voltage()
992 unsigned int idx = DP_ADJUST_REQUEST_LANE0_1 - DP_LANE0_1_STATUS + (lane >> 1); in cdns_mhdp_set_adjust_request_pre_emphasis()
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training.c667 lane01_adjust_address = DP_ADJUST_REQUEST_LANE0_1; in dp_get_lane_status_and_lane_adjust()