Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h262 #define DP_INTERLANE_ALIGN_DONE (1 << 0) macro
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h496 #define DP_INTERLANE_ALIGN_DONE (1 << 0) macro
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h749 #define DP_INTERLANE_ALIGN_DONE (1 << 0) macro
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_edp.c384 if (!(lane_align & DP_INTERLANE_ALIGN_DONE)) in rk_edp_channel_eq()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c97 if ((lane_align & DP_INTERLANE_ALIGN_DONE) == 0) in drm_dp_channel_eq_ok()
171 if (!(lane_align & DP_INTERLANE_ALIGN_DONE)) in drm_dp_128b132b_lane_channel_eq_done()
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c355 if ((link_align & DP_INTERLANE_ALIGN_DONE) == 0) in analogix_dp_channel_eq_ok()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c1342 if ((lane_align & DP_INTERLANE_ALIGN_DONE) == 0) in cdv_intel_channel_eq_ok()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c1218 if (!(tmp[2] & DP_INTERLANE_ALIGN_DONE)) { in tc_main_link_enable()