Searched refs:edid (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A DMakefile.am1 sdk_HEADERS = edid.h xf86DDC.h
H A Dinterpret_edid.c641 char *edid = NULL; local in function:xf86MonitorIsHDMI
652 edid = (char *)mon->rawData;
653 if (!edid)
658 if (edid[i * 128] == 0x02)
662 edid += (i * 128);
664 version = edid[1];
665 offset = edid[2];
670 for (i = 4; i < offset; i += (edid[i] & 0x1f) + 1) {
671 char *x = edid + i;
H A DMakefile.in403 sdk_HEADERS = edid.h xf86DDC.h
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A DMakefile.am1 sdk_HEADERS = edid.h xf86DDC.h
H A DMakefile.in547 sdk_HEADERS = edid.h xf86DDC.h
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DMakefile.am42 edid.c \
H A DMakefile.in159 am_vboxvideo_drv_la_OBJECTS = edid.lo getmode.lo HGSMIBase.lo \
189 ./$(DEPDIR)/edid.Plo ./$(DEPDIR)/getmode.Plo \
398 edid.c \
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edid.Plo@am__quote@ # am--include-marker
681 -rm -f ./$(DEPDIR)/edid.Plo
738 -rm -f ./$(DEPDIR)/edid.Plo
/xsrc/external/mit/libdrm/dist/exynos/
H A Dexynos_drm.h69 * 128bytes edid data.
70 * @edid: the edid data pointer from user side.
75 uint64_t edid; member in struct:drm_exynos_vidi_connection
H A Dexynos_drmif.h107 uint32_t ext, void *edid);
H A Dexynos_drm.c341 * @ext: indicate whether edid data includes extensions data or not.
342 * @edid: a pointer to edid data from Wireless Display device.
345 * disconnection. for this, user should get a edid data from the Wireless
353 uint32_t ext, void *edid)
358 .edid = (uint64_t)(uintptr_t)edid,
352 exynos_vidi_connection(struct exynos_device * dev,uint32_t connect,uint32_t ext,void * edid) argument
/xsrc/external/mit/libdrm/dist/tests/modeprint/
H A Dmodeprint.c50 int edid; variable in typeref:typename:int
314 edid = 0;
351 edid = 1;
358 edid = 1;
373 edid = 1;
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c333 vesaModesCloseEnough(DisplayModePtr edid, DisplayModePtr vbe) argument
335 if (!(edid->type & M_T_DRIVER))
339 if (edid->VDisplay != vbe->VDisplay)
342 if (edid->HDisplay >= vbe->HDisplay &&
343 (edid->HDisplay & ~7) == (vbe->HDisplay & ~7))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.h25 #include <edid.h>
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_bios.c1202 unsigned char edid[256]; local in function:RADEONGetHardCodedEDIDFromBIOS
1211 memcpy(edid, (unsigned char*)(info->VBIOS + tmp), 256);
1212 if (edid[1] == 0xff)
1213 mon = xf86InterpretEDID(output->scrn->scrnIndex, edid);
H A Dradeon_atombios.c1470 unsigned char *edid; local in function:radeon_atom_get_edid
1477 edid = (unsigned char *)info->FB + info->atomBIOS->fbBase;
1479 edid = (unsigned char *)info->atomBIOS->scratchBase;
1483 memset(edid, 0, ATOM_EDID_RAW_DATASIZE);
1506 if (edid[1] == 0xff)
1507 mon = xf86InterpretEDID(output->scrn->scrnIndex, edid);
H A Dradeon_output.c241 unsigned char* edid = xnfcalloc(128, 1); local in function:RADEONGetHardCodedEDIDFromFile
264 read(fd, edid, 128);
266 if (edid[1] == 0xff) {
267 radeon_output->custom_mon = xf86InterpretEDID(output->scrn->scrnIndex, edid);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.h26 #include <edid.h>
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c5369 DBG(("%s: created output '%s' %d, encoder=%d (possible crtc:%x, attached encoders:%x, possible clones:%x), serial=%d, edid=%d, dpms=%d, crtc=%lu\n",
5529 char *edid; local in function:output_check_status
5577 edid = alloca(output->edid_len);
5582 blob.data = (uintptr_t)edid;
5589 return memcmp(edid, output->edid_raw, output->edid_len) == 0;

Completed in 33 milliseconds