Lines Matching defs:pMon
899 TRIDENTLcdDisplaySize (xf86MonPtr pMon)
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;
2341 pMon = vbeDoEDID(pVbe, NULL);
2352 if (pMon) {
2357 xf86SetDDCproperties(pScrn,xf86PrintEDID(pMon));
2368 pTrident->displaySize = TRIDENTLcdDisplaySize(pMon);