Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/display/
Ddrm_dp_helper.c126 int i = DP_ADJUST_REQUEST_LANE0_1 + (lane >> 1); in drm_dp_get_adjust_request_voltage()
139 int i = DP_ADJUST_REQUEST_LANE0_1 + (lane >> 1); in drm_dp_get_adjust_request_pre_emphasis()
153 int i = DP_ADJUST_REQUEST_LANE0_1 + (lane >> 1); in drm_dp_get_adjust_tx_ffe_preset()
/Linux-v6.6/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c481 retval = drm_dp_dpcd_read(&dp->aux, DP_ADJUST_REQUEST_LANE0_1, in analogix_dp_process_clock_recovery()
558 retval = drm_dp_dpcd_read(&dp->aux, DP_ADJUST_REQUEST_LANE0_1, in analogix_dp_process_equalizer_training()
/Linux-v6.6/include/drm/display/
Ddrm_dp.h762 #define DP_ADJUST_REQUEST_LANE0_1 0x206 macro
/Linux-v6.6/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c1249 int i = DP_ADJUST_REQUEST_LANE0_1 + (lane >> 1); in cdv_intel_get_adjust_request_voltage()
1262 int i = DP_ADJUST_REQUEST_LANE0_1 + (lane >> 1); in cdv_intel_get_adjust_request_pre_emphasis()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/accessories/
Dlink_dp_cts.c247 DP_ADJUST_REQUEST_LANE0_1, in dp_test_send_phy_test_pattern()
/Linux-v6.6/drivers/gpu/drm/mediatek/
Dmtk_dp.c1520 drm_dp_dpcd_read(&mtk_dp->aux, DP_ADJUST_REQUEST_LANE0_1, in mtk_dp_train_cr()
1588 drm_dp_dpcd_read(&mtk_dp->aux, DP_ADJUST_REQUEST_LANE0_1, in mtk_dp_train_eq()
/Linux-v6.6/drivers/gpu/drm/bridge/cadence/
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-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_training.c625 lane01_adjust_address = DP_ADJUST_REQUEST_LANE0_1; in dp_get_lane_status_and_lane_adjust()