| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_modes.c | 61 xf86MonPtr edid_mon; local 64 edid_mon = xf86OutputGetEDID (output, intel_output->pDDCBus); 65 xf86OutputSetEDID (output, edid_mon);
|
| i830_hdmi.c | 154 xf86MonPtr edid_mon; local 201 edid_mon = xf86OutputGetEDID (output, intel_output->pDDCBus); 202 if (!edid_mon || !DIGITAL(edid_mon->features.input_type)) 206 xf86MonitorIsHDMI(edid_mon)) 215 xfree(edid_mon);
|
| i830_crt.c | 463 xf86MonPtr edid_mon = NULL; local 468 edid_mon = xf86OutputGetEDID (output, intel_output->pDDCBus); 470 if (!edid_mon || DIGITAL(edid_mon->features.input_type)) { 473 if (edid_mon) { 474 xfree(edid_mon); 475 edid_mon = NULL; 479 return edid_mon; 486 xf86MonPtr edid_mon = NULL; local 491 if ((edid_mon = i830_get_edid(output, GPIOA, "CRTDDC_A")) [all...] |
| drmmode_display.c | 692 xf86MonPtr edid_mon; local 703 edid_mon = output->MonInfo; 704 edid_mon->features.msc |= 0x01; 706 edid_det_block_num = sizeof(edid_mon->det_mon) / 707 sizeof(edid_mon->det_mon[0]); 709 if (edid_mon->det_mon[i].type >= DS_VENDOR && j == -1) 711 if (edid_mon->det_mon[i].type == DS_RANGES) { 718 &edid_mon->det_mon[j].section.ranges; 719 edid_mon->det_mon[j].type = DS_RANGES; 731 edid_mon = NULL [all...] |
| i830_lvds.c | 967 xf86MonPtr edid_mon; local 970 edid_mon = xf86OutputGetEDID (output, intel_output->pDDCBus); 975 if (edid_mon) { 977 edid_mon->features.msc |= 0x1; 983 for (i = 0; i < sizeof (edid_mon->det_mon) / sizeof (edid_mon->det_mon[0]); i++) 985 if (edid_mon->det_mon[i].type >= DS_VENDOR && j == -1) 987 if (edid_mon->det_mon[i].type == DS_RANGES) { 993 struct monitor_ranges *ranges = &edid_mon->det_mon[j].section.ranges; 994 edid_mon->det_mon[j].type = DS_RANGES [all...] |
| i830_sdvo.c | 1824 xf86MonPtr edid_mon; local 1826 edid_mon = xf86OutputGetEDID (output, intel_output->pDDCBus); 1827 if (edid_mon && !DIGITAL(edid_mon->features.input_type)) { 1828 xfree(edid_mon); 1831 xfree(edid_mon); 1844 xf86MonPtr edid_mon = NULL; local 1865 edid_mon = xf86OutputGetEDID(crt, intel_output->pDDCBus); 1868 if (edid_mon) { 1869 xf86OutputSetEDID(output, edid_mon); [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_output.c | 373 xf86MonPtr edid_mon; local 376 edid_mon = xf86OutputGetEDID(output, r128_output->pI2CBus); 377 xf86OutputSetEDID(output, edid_mon);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| xf86Crtc.c | 3246 xf86OutputSetEDID(xf86OutputPtr output, xf86MonPtr edid_mon) 3258 output->MonInfo = edid_mon; 3265 xf86PrintEDID(edid_mon); 3271 xf86SetDDCproperties(scrn, edid_mon); 3276 if (edid_mon) { 3277 if (edid_mon->ver.version == 1) { 3279 if (edid_mon->flags & EDID_COMPLETE_RAWDATA) 3280 size += edid_mon->no_sections * 128; 3282 else if (edid_mon->ver.version == 2) 3285 xf86OutputSetEDIDProperty(output, edid_mon ? edid_mon->rawData : NULL 3315 xf86MonPtr edid_mon = output->MonInfo; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| xf86Crtc.c | 2960 xf86OutputSetEDID (xf86OutputPtr output, xf86MonPtr edid_mon) 2971 output->MonInfo = edid_mon; 2978 xf86PrintEDID(edid_mon); 2983 xf86SetDDCproperties(scrn, edid_mon); 2988 if (edid_mon) 2990 if (edid_mon->ver.version == 1) { 2992 if (edid_mon->flags & EDID_COMPLETE_RAWDATA) 2993 size += edid_mon->no_sections * 128; 2994 } else if (edid_mon->ver.version == 2) 2997 xf86OutputSetEDIDProperty (output, edid_mon ? edid_mon->rawData : NULL, size) 3027 xf86MonPtr edid_mon = output->MonInfo; local [all...] |