Home
last modified time | relevance | path

Searched refs:DPCD_TEST_EDID_READ (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/video/exynos/
Dexynos_dp.c123 if (test_vector & DPCD_TEST_EDID_READ) { in exynos_dp_read_edid()
153 if (test_vector & DPCD_TEST_EDID_READ) { in exynos_dp_read_edid()
/external/u-boot/arch/arm/mach-exynos/include/mach/
Ddp.h634 #define DPCD_TEST_EDID_READ (0x1 << 2) macro