Home
last modified time | relevance | path

Searched refs:DP_LANE_CR_DONE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/drm/
Ddrm_dp_helper.h372 # define DP_LANE_CR_DONE (1 << 0) macro
376 #define DP_CHANNEL_EQ_BITS (DP_LANE_CR_DONE | \
/linux-4.1.27/drivers/gpu/drm/
Ddrm_dp_helper.c85 if ((lane_status & DP_LANE_CR_DONE) == 0) in drm_dp_clock_recovery_ok()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c1354 if ((lane_status & DP_LANE_CR_DONE) == 0) in cdv_intel_clock_recovery_ok()
1361 #define CHANNEL_EQ_BITS (DP_LANE_CR_DONE|\
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_dp_core.c367 if ((lane_status & DP_LANE_CR_DONE) == 0) in exynos_dp_clock_recovery_ok()