Searched refs:DP_SINK_STATUS (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | drm_dp_helper.h | 266 #define DP_SINK_STATUS 0x205 macro
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_edp_panel_control.c | 431 result = core_link_read_dpcd(link, DP_SINK_STATUS, &sinkstatus, sizeof(sinkstatus)); in edp_receiver_ready_T9() 461 result = core_link_read_dpcd(link, DP_SINK_STATUS, &sinkstatus, sizeof(sinkstatus)); in edp_receiver_ready_T7()
|
H A D | link_dp_training.c | 983 if ((core_link_read_dpcd(link, DP_SINK_STATUS, &sink_status, 1) == DC_OK) && in dpcd_exit_training_mode()
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_helper.c | 772 memmove(&link_status[DP_SINK_STATUS - DP_LANE0_1_STATUS + 1], in drm_dp_dpcd_read_phy_link_status() 773 &link_status[DP_SINK_STATUS - DP_LANE0_1_STATUS], in drm_dp_dpcd_read_phy_link_status() 774 DP_LINK_STATUS_SIZE - (DP_SINK_STATUS - DP_LANE0_1_STATUS) - 1); in drm_dp_dpcd_read_phy_link_status() 775 link_status[DP_SINK_STATUS - DP_LANE0_1_STATUS] = 0; in drm_dp_dpcd_read_phy_link_status()
|
/openbmc/linux/include/drm/display/ |
H A D | drm_dp.h | 756 #define DP_SINK_STATUS 0x205 macro
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_link_training.c | 1051 ret = drm_dp_dpcd_readb(&intel_dp->aux, DP_SINK_STATUS, &sink_status); in intel_dp_128b132b_intra_hop()
|
/openbmc/u-boot/drivers/video/tegra124/ |
H A D | dp.c | 1409 ret = tegra_dc_dp_dpcd_read(dp, DP_SINK_STATUS, &dpcd_data); in tegra_dc_dp_sink_out_of_sync()
|