Lines Matching defs:crtno
2563 SiSInternalDDC(ScrnInfoPtr pScrn, int crtno)
2567 UShort temp = 0xffff, temp1, i, realcrtno = crtno;
2571 if((pSiS->CRT1off) && (!crtno)) return NULL;
2573 if(crtno) {
2593 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "CRT%d DDC supported\n", crtno + 1);
2595 crtno + 1,
2614 if(crtno == 0) {
2624 "CRT%d DDC EDID corrupt\n", crtno + 1);
2629 crtno + 1,
2633 "CRT%d DDC reading failed\n", crtno + 1);
2641 "CRT%d DDC probing failed\n", crtno + 1);