Searched refs:edid (Results 1 – 16 of 16) sorted by relevance
/external/autotest/client/cros/chameleon/ |
D | chameleon.py | 17 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/ |
D | modeprint.c | 49 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/ |
D | display_NoEdid.py | 13 from autotest_lib.client.cros.chameleon import edid 42 with chameleon_port.use_edid(edid.NO_EDID):
|
/external/autotest/server/site_tests/display_SuspendStress/ |
D | display_SuspendStress.py | 16 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/ |
D | display_ResolutionList.py | 15 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/ |
D | display_EdidStress.py | 16 from autotest_lib.client.cros.chameleon import edid 73 edid.Edid.from_file(filepath, skip_verify=True)):
|
/external/autotest/server/site_tests/display_Resolution/ |
D | display_Resolution.py | 15 from autotest_lib.client.cros.chameleon import edid 75 if not edid.is_edid_supported(host, interface, width, height):
|
/external/libdrm/exynos/ |
D | exynos_drm.c | 362 uint32_t ext, void *edid) in exynos_vidi_connection() argument 367 .edid = (uint64_t)(uintptr_t)edid, in exynos_vidi_connection()
|
D | exynos_drmif.h | 103 uint32_t ext, void *edid);
|
D | exynos_drm.h | 75 uint64_t edid; member
|
/external/kernel-headers/original/uapi/linux/ |
D | v4l2-common.h | 80 __u8 *edid; member
|
/external/kernel-headers/original/uapi/drm/ |
D | exynos_drm.h | 61 uint64_t edid; member
|
/external/autotest/server/site_tests/audio_AudioNodeSwitch/ |
D | audio_AudioNodeSwitch.py | 16 from autotest_lib.client.cros.chameleon import edid as edid_lib
|
/external/skia/third_party/libsdl/linux/ |
D | sdl_linux.gypi | 126 '<(src_dir)/src/video/x11/edid-parse.c',
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 7832 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/ |
D | vki-linux.h | 4401 __vki_u8 *edid; member
|