Searched refs:pMon (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmilynx_output.c161 xf86MonPtr pMon = NULL; local in function:SMILynx_OutputGetModes_crt
168 pMon = vbeDoEDID(pSmi->pVbe, NULL);
169 if ( pMon != NULL &&
170 (pMon->rawData[0] == 0x00) &&
171 (pMon->rawData[1] == 0xFF) &&
172 (pMon->rawData[2] == 0xFF) &&
173 (pMon->rawData[3] == 0xFF) &&
174 (pMon->rawData[4] == 0xFF) &&
175 (pMon->rawData[5] == 0xFF) &&
176 (pMon
[all...]
H A Dsmilynx_hw.c588 xf86MonPtr pMon; local in function:SMILynx_ddc1
596 pMon = xf86PrintEDID(xf86DoEDID_DDC1(XF86_SCRN_ARG(pScrn),
601 LEAVE(pMon);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_fp.c835 ViaPanelGetSizeFromEDID(ScrnInfoPtr pScrn, xf86MonPtr pMon, argument
846 if ((pMon->timings2[i].hsize > 256)
847 && (pMon->timings2[i].hsize > max_hsize)) {
848 max_hsize = pMon->timings2[i].hsize;
849 vsize = pMon->timings2[i].vsize;
864 if (pMon->det_mon[i].type == DT) {
865 struct detailed_timings timing = pMon->det_mon[i].section.d_timings;
887 xf86MonPtr pMon; local in function:ViaPanelGetSizeFromDDCv1
911 pMon = xf86OutputGetEDID(output, pVia->pI2CBus2);
912 if (pMon
[all...]
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_driver.c778 xf86MonPtr pMon = NULL; local in function:doTDFXDDC
784 pMon = xf86DoEDID_DDC2(XF86_SCRN_ARG(pScrn), pTDFX->pI2CBus);
786 if (pMon == NULL)
791 return pMon;
806 xf86MonPtr pMon; local in function:TDFXPreInit
1181 pMon = doTDFXDDC(pScrn);
1182 if (pMon != NULL)
1183 xf86SetDDCproperties(pScrn,xf86PrintEDID(pMon));
1192 pMon = vbeDoEDID(pVbe, NULL);
1194 xf86SetDDCproperties(pScrn,xf86PrintEDID(pMon));
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_driver.c899 TRIDENTLcdDisplaySize (xf86MonPtr pMon) argument
901 if (pMon) {
905 if (pMon->timings2[i].hsize == 1400) {
914 if (DIGITAL(pMon->features.input_type)) {
916 if (pMon->det_mon[i].type == DS_STD_TIMINGS) {
918 if (pMon->det_mon[i].section.std_t[j].hsize == 1400) {
922 } else if (pMon->det_mon[i].type == DT) {
923 if (pMon->det_mon[i].section.d_timings.h_active == 1400) {
1866 xf86MonPtr pMon = NULL; local in function:TRIDENTPreInit
2341 pMon
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_driver.c906 xf86MonPtr pMon; local in function:SavageDoDDC
910 pMon = xf86PrintEDID(xf86DoEDID_DDC2(XF86_SCRN_ARG(pScrn),psav->I2C));
911 if (!psav->IgnoreEDID) xf86SetDDCproperties(pScrn, pMon);
4619 xf86MonPtr pMon; local in function:SavageDDC1
4627 pMon = xf86DoEDID_DDC1(XF86_SCRN_ARG(pScrn), SavageDDC1SetSpeed,
4629 if (!pMon)
4632 xf86PrintEDID(pMon);
4635 xf86SetDDCproperties(pScrn,pMon);
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_driver.c929 xf86MonPtr pMon = NULL; local in function:S3VPreInit
932 && ((pMon = xf86PrintEDID(vbeDoEDID(ps3v->pVbe, NULL))) != NULL))
933 xf86SetDDCproperties(pScrn,pMon);
3770 xf86MonPtr pMon; local in function:S3Vddc1
3776 if ((pMon = xf86PrintEDID(
3780 xf86SetDDCproperties(pScrn,pMon);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_driver.c1984 xf86MonPtr pMon = NULL; local in function:GLINTPreInit
1988 pMon = xf86DoEDID_DDC2(XF86_SCRN_ARG(pScrn), pGlint->DDCBus);
1992 if (!pMon)
1995 xf86SetDDCproperties(pScrn,xf86PrintEDID(pMon));
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c1848 xf86MonPtr pMon; local in function:chipsPreInitHiQV
1851 if ((pMon
1854 xf86SetDDCproperties(pScrn,pMon);
1861 if ((pMon = xf86PrintEDID(xf86DoEDID_DDC2(XF86_SCRN_ARG(pScrn),
1864 xf86SetDDCproperties(pScrn,pMon);

Completed in 28 milliseconds