Lines Matching defs:DDC
54 addRootWindowProperties(ScrnInfoPtr pScrn, xf86MonPtr DDC)
60 if (DDC->flags & MONITOR_DISPLAYID) {
63 } else if (DDC->ver.version == 1) {
65 } else if (DDC->ver.version == 2) {
78 checksum2 += DDC->rawData[i];
85 checksum1 += DDC->rawData[i];
96 DDC->ver.version, DDC->ver.revision);
102 (DDC->flags & EDID_COMPLETE_RAWDATA ? DDC->no_sections * 128 : 0);
104 edidMakeAtom(scrnIndex, EDID1_ATOM_NAME, DDC->rawData, size);
108 edidMakeAtom(scrnIndex, EDID2_ATOM_NAME, DDC->rawData, 256);
112 xf86SetDDCproperties(ScrnInfoPtr pScrn, xf86MonPtr DDC)
114 if (!pScrn || !pScrn->monitor || !DDC)
117 if (DDC->flags & MONITOR_DISPLAYID)
120 xf86EdidMonitorSet(pScrn->scrnIndex, pScrn->monitor, DDC);
122 addRootWindowProperties(pScrn, DDC);