Lines Matching refs:CRT1
131 xf86MonPtr g_pMonitorDVI=NULL; /* Jong 12/04/2007; used for filtering of CRT1 modes */
384 static const char *mergednocrt1 = "CRT1 not detected or forced off. %s.\n";
623 D7 Force CRT1 into DPMS suspend mode
626 D6 Force CRT1 into DPMS stand-by mode
1056 ((XGIMergedDisplayModePtr) mode->Private)->CRT1 = i;
1295 "Mode \"%s\" is not a supported mode for CRT1\n",
1430 /* Get DDC display size; if only either CRT1 or CRT2 provided these,
1591 "CRT1", "DVI", "CRT2"
2210 /* In dual head mode, probe DDC using VBE only for CRT1 (second head) */
2215 /* If CRT1 is off or LCDA, skip DDC via VBE */
2230 ErrorF("Getting CRT EDID (DAC1-CRT1)...\n");
2236 "Could not retrieve DDC data for CRT1\n");
2274 else /* Used for filtering of CRT1/DVI modes; g_pMonitorDVI is not a good naming; should be g_pMonitorFilter */
2291 ErrorF("Getting CRT EDID (CRT1)...\n");
2300 if (pXGI->xgi_HwDevExt.jChipType == XG21) /* CRT1 -DVI */
2310 else /* Jong 12/04/2007; used for filtering of CRT1 modes */
2996 /* Second Head (always CRT1) */
3406 /* Detect CRT1 (via DDC1 and DDC2, hence via VGA port; regardless of LCDA) */
3419 "Chipset/Video bridge does not support LCD-via-CRT1\n");
3424 "No digitally connected LCD panel found, LCD-via-CRT1 "
3497 "CRT1 gamma correction is %s\n",
3515 /* Check if CRT1 used or needed. There are three cases where this can
3563 /* Determine CRT1<>CRT2 mode
3573 "CRT1 not detected or forced off. Dual Head mode can't initialize.\n");
3602 /* CRT1 and CRT2 - mirror or dual head ----- */
3611 else { /* CRT1 only ------------------------------- */
3680 /* ===== Second head (always CRT1) ===== */
3688 "%ldKB video RAM at 0x%lx available for slave head (CRT1)\n",
3897 * max clock for second head (CRT1)
4515 /* Head 2 (slave) is always CRT1 */
5152 * be reset when setting the CRT1 mode). Hence, we just
5154 * going through this for CRT1.
5513 pXGI->CRT1frameX1 = pXGI->CRT1frameX0 + CDMPTR->CRT1->HDisplay - 1;
5514 pXGI->CRT1frameY1 = pXGI->CRT1frameY0 + CDMPTR->CRT1->VDisplay - 1;
5545 BOUND(pXGI->CRT1frameY0, y, y + VMax - CDMPTR->CRT1->VDisplay);
5549 BOUND(pXGI->CRT1frameY0, y, y + VMax - CDMPTR->CRT1->VDisplay);
5550 pScrn2->frameX0 = x + CDMPTR->CRT1->HDisplay;
5556 BOUND(pXGI->CRT1frameX0, x, x + HMax - CDMPTR->CRT1->HDisplay);
5560 BOUND(pXGI->CRT1frameX0, x, x + HMax - CDMPTR->CRT1->HDisplay);
5563 pScrn2->frameY0 = y + CDMPTR->CRT1->VDisplay;
5566 BOUND(pXGI->CRT1frameX0, x, x + HMax - CDMPTR->CRT1->HDisplay);
5567 BOUND(pXGI->CRT1frameY0, y, y + VMax - CDMPTR->CRT1->VDisplay);
5573 BOUND(pXGI->CRT1frameX0, 0, pScrn1->virtualX - CDMPTR->CRT1->HDisplay);
5574 BOUND(pXGI->CRT1frameY0, 0, pScrn1->virtualY - CDMPTR->CRT1->VDisplay);
5581 pXGI->CRT1frameX1 = pXGI->CRT1frameX0 + CDMPTR->CRT1->HDisplay - 1;
5582 pXGI->CRT1frameY1 = pXGI->CRT1frameY0 + CDMPTR->CRT1->VDisplay - 1;
6013 else /* Jong 12/05/2007; filter mode of CRT1 with CRT2 DDC for XG21 */
6064 /* Slave head is always CRT1 */
6072 /* But we land here if CRT1 is LCDA, too */
6157 mymode = ((XGIMergedDisplayModePtr) mode->Private)->CRT1;
6325 /* CRT1 */
6376 /* Switch on CRT1 for modes that require the bridge in SlaveMode */
6391 * -) Disable CRT1 for saving bandwidth. This doesn't work with VESA;
6392 * VESA uses the bridge in SlaveMode and switching CRT1 off while
6439 "Current dotclock (%dMhz) too high for video overlay on CRT1\n",
6536 /* Calculate CR33 (rate index) for CRT1.