| /xsrc/external/mit/libdrm/dist/exynos/ |
| exynos_drm.h | 69 * 128bytes edid data. 70 * @edid: the edid data pointer from user side. 75 uint64_t edid; member in struct:drm_exynos_vidi_connection
|
| exynos_drmif.h | 107 uint32_t ext, void *edid);
|
| exynos_drm.c | 341 * @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,
|
| /xsrc/external/mit/libdrm/dist/tests/modeprint/ |
| modeprint.c | 50 int edid; variable 314 edid = 0; 351 edid = 1; 358 edid = 1; 373 edid = 1;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| interpret_edid.c | 24 * interpret_edid.c: interpret a primary EDID block 79 * max_clock is only encoded in EDID in tens of MHz, so occasionally we 91 xf86Msg(X_WARNING, "EDID timing clock %.2f exceeds claimed max " 156 xf86Msg(X_INFO, "Quirked EDID physical size to %dx%d cm\n", 621 xf86DrvMsg(scrnIndex, X_ERROR, "Unknown EDID version %d\n", 641 char *edid = NULL; local 652 edid = (char *)mon->rawData; 653 if (!edid) 658 if (edid[i * 128] == 0x02) 662 edid += (i * 128) [all...] |
| /xsrc/external/mit/xf86-video-vesa/dist/src/ |
| vesa.c | 333 vesaModesCloseEnough(DisplayModePtr edid, DisplayModePtr vbe) 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/ |
| xf86Crtc.h | 25 #include <edid.h> 569 /** EDID monitor information */ 839 * Set the EDID information for the specified output 845 * Return the list of modes supported by the EDID information
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_bios.c | 1202 unsigned char edid[256]; local 1211 memcpy(edid, (unsigned char*)(info->VBIOS + tmp), 256); 1212 if (edid[1] == 0xff) 1213 mon = xf86InterpretEDID(output->scrn->scrnIndex, edid);
|
| radeon_atombios.c | 112 "AtomBIOS Get Panel EDID", MSG_FORMAT_NONE}, 1470 unsigned char *edid; local 1477 edid = (unsigned char *)info->FB + info->atomBIOS->fbBase; 1479 edid = (unsigned char *)info->atomBIOS->scratchBase; 1483 memset(edid, 0, ATOM_EDID_RAW_DATASIZE); 1502 ErrorF("Atom Get EDID success\n"); 1504 ErrorF("Atom Get EDID failed\n"); 1506 if (edid[1] == 0xff) 1507 mon = xf86InterpretEDID(output->scrn->scrnIndex, edid);
|
| radeon_output.c | 241 unsigned char* edid = xnfcalloc(128, 1); local 264 read(fd, edid, 128); 266 if (edid[1] == 0xff) { 267 radeon_output->custom_mon = xf86InterpretEDID(output->scrn->scrnIndex, edid); 270 "Successfully read Custom EDID data for output %s from %s.\n", 283 "Unknown custom EDID command: '%s'.\n", 289 "Custom EDID data for %s read from %s was invalid.\n", 294 "Could not read custom EDID for output %s from file %s.\n", 299 "Could not find EDID file name for output %s; using auto detection.\n", 1215 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "EDID data from the display on output: %s ----------------------\n" [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| xf86Crtc.h | 26 #include <edid.h> 610 /** EDID monitor information */ 994 * Set the EDID information for the specified output 1009 * Return the list of modes supported by the EDID information
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_display.c | 3947 DBG(("%s(%s): attaching EDID id=%d, current=%d\n", 3954 MakeAtom("EDID", strlen("EDID"), TRUE), 3996 /* Truncated EDID! Make sure no one reads too far */ 4004 DBG(("%s(%s): EDID + MonInfo is unchanged\n", 4009 MakeAtom("EDID", strlen("EDID"), TRUE), 4465 if (!strcmp(prop->name, "EDID") || 4666 * common properties like EDID. 5079 "Loading EDID from \"%s\" for output %s\n" 5529 char *edid; local [all...] |