Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h272 #define DP_ADJUST_REQUEST_LANE0_1 0x206 macro
/openbmc/linux/drivers/gpu/drm/display/
H A 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()
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A 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()
/openbmc/linux/drivers/gpu/drm/gma500/
H A 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()
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h762 #define DP_ADJUST_REQUEST_LANE0_1 0x206 macro
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c247 DP_ADJUST_REQUEST_LANE0_1, in dp_test_send_phy_test_pattern()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1523 drm_dp_dpcd_read(&mtk_dp->aux, DP_ADJUST_REQUEST_LANE0_1, in mtk_dp_train_cr()
1591 drm_dp_dpcd_read(&mtk_dp->aux, DP_ADJUST_REQUEST_LANE0_1, in mtk_dp_train_eq()
/openbmc/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()
/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c872 ret = tegra_dc_dp_dpcd_read(dp, DP_ADJUST_REQUEST_LANE0_1 + cnt, in tegra_dp_lt_adjust()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training.c628 lane01_adjust_address = DP_ADJUST_REQUEST_LANE0_1; in dp_get_lane_status_and_lane_adjust()