Home
last modified time | relevance | path

Searched refs:edid (Results 1 – 16 of 16) sorted by relevance

/external/autotest/client/cros/chameleon/
Dchameleon.py17 from autotest_lib.client.cros.chameleon import edid as edid_lib
310 def apply_edid(self, edid): argument
315 if edid is edid_lib.NO_EDID:
318 edid_binary = xmlrpclib.Binary(edid.data)
325 def use_edid(self, edid): argument
344 self.apply_edid(edid)
/external/libdrm/tests/modeprint/
Dmodeprint.c49 int edid; variable
337 edid = 0; in args()
374 edid = 1; in args()
381 edid = 1; in args()
396 edid = 1; in args()
/external/autotest/server/site_tests/display_NoEdid/
Ddisplay_NoEdid.py13 from autotest_lib.client.cros.chameleon import edid
42 with chameleon_port.use_edid(edid.NO_EDID):
/external/autotest/server/site_tests/display_SuspendStress/
Ddisplay_SuspendStress.py16 from autotest_lib.client.cros.chameleon import edid
41 if not edid.is_edid_supported(host, *testcase_spec):
/external/autotest/server/site_tests/display_ResolutionList/
Ddisplay_ResolutionList.py15 from autotest_lib.client.cros.chameleon import edid
60 if not edid.is_edid_supported(host, interface, width, height):
/external/autotest/server/site_tests/display_EdidStress/
Ddisplay_EdidStress.py16 from autotest_lib.client.cros.chameleon import edid
73 edid.Edid.from_file(filepath, skip_verify=True)):
/external/autotest/server/site_tests/display_Resolution/
Ddisplay_Resolution.py15 from autotest_lib.client.cros.chameleon import edid
75 if not edid.is_edid_supported(host, interface, width, height):
/external/libdrm/exynos/
Dexynos_drm.c362 uint32_t ext, void *edid) in exynos_vidi_connection() argument
367 .edid = (uint64_t)(uintptr_t)edid, in exynos_vidi_connection()
Dexynos_drmif.h103 uint32_t ext, void *edid);
Dexynos_drm.h75 uint64_t edid; member
/external/kernel-headers/original/uapi/linux/
Dv4l2-common.h80 __u8 *edid; member
/external/kernel-headers/original/uapi/drm/
Dexynos_drm.h61 uint64_t edid; member
/external/autotest/server/site_tests/audio_AudioNodeSwitch/
Daudio_AudioNodeSwitch.py16 from autotest_lib.client.cros.chameleon import edid as edid_lib
/external/skia/third_party/libsdl/linux/
Dsdl_linux.gypi126 '<(src_dir)/src/video/x11/edid-parse.c',
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c7832 if (data->blocks && data->edid) in PRE()
7833 PRE_MEM_WRITE("ioctl(VKI_V4L2_G_EDID)", (Addr)data->edid, data->blocks * 128); in PRE()
7839 if (data->blocks && data->edid) in PRE()
7840 PRE_MEM_READ("ioctl(VKI_V4L2_S_EDID)", (Addr)data->edid, data->blocks * 128); in PRE()
9978 if (data->blocks && data->edid) in POST()
9979 POST_MEM_WRITE((Addr)data->edid, data->blocks * 128); in POST()
/external/valgrind/include/vki/
Dvki-linux.h4401 __vki_u8 *edid; member