Lines Matching refs:CRT1
40 * SiS300: No registers >0x65, two overlays (one used for CRT1, one for CRT2)
41 * SiS630/730: No registers >0x6b, two overlays (one used for CRT1, one for CRT2)
42 * SiS550: Full register range, two overlays (one used for CRT1, one for CRT2)
43 * SiS315: Full register range, one overlay (used for both CRT1 and CRT2 alt.)
44 * SiS650/740: Full register range, one overlay (used for both CRT1 and CRT2 alt.)
45 * SiSM650/651: Full register range, two overlays (one used for CRT1, one for CRT2)
46 * SiS330: Full register range, one overlay (used for both CRT1 and CRT2 alt.)
47 * SiS661/741/760: Full register range, two overlays (one used for CRT1, one for CRT2)
64 * Overlay 1 is used on CRT1, overlay 2 for CRT2.
67 * Overlay is used for either CRT1 or CRT2
71 * DISPMODE is always MIRROR. Overlay 1 is used for CRT1, overlay 2 for CRT2.
75 * CRT1 or CRT2 (automatically, where it is located)
79 * DISPMODE is MIRROR. Overlay 1 is used for CRT1, overlay 2 for CRT2.
443 /* Initialize first overlay (CRT1) ------------------------------- */
584 /* set default properties for overlay 1 (CRT1) -------------------------- */
619 /* Set display mode (single CRT1/CRT2, mirror).
621 * On the other chipsets, if only CRT1 or only CRT2 are used,
623 * CRT1 and CRT2 are connected, the user can choose between CRT1 and
641 pPriv->displayMode = DISPMODE_MIRROR; /* CRT1+CRT2 (2 overlays) */
645 pPriv->displayMode = DISPMODE_SINGLE1; /* CRT1 only */
651 pPriv->displayMode = DISPMODE_SINGLE1; /* CRT1 only */
657 pPriv->displayMode = DISPMODE_SINGLE1; /* CRT1 only */
681 * 0=DCLK (overlay on CRT1)
684 * 0=DCLK (overlay on CRT1)
688 * have a mirror mode. However, we use overlay 0 for CRT1 and
695 * to display the overlay on CRT1 or CRT2 by setting XvOnCRT2
696 * to TRUE (CRT2) or FALSE (CRT1). The driver does this auto-
697 * matically if only CRT1 or only CRT2 is used.
705 case DISPMODE_SINGLE1: /* CRT1-only mode: */
708 setsrregmask(pSiS, 0x06, 0x00, 0x40); /* overlay 0 -> CRT1 */
711 setsrregmask(pSiS, 0x06, 0x00, 0xc0); /* both overlays -> CRT1 */
718 setsrregmask(pSiS, 0x06, 0x00, 0xc0); /* only overlay -> CRT1 */
752 case DISPMODE_MIRROR: /* CRT1+CRT2-mode: (only on chips with 2 overlays) */
754 setsrregmask(pSiS, 0x06, 0x80, 0xc0); /* overlay 0 -> CRT1, overlay 1 -> CRT2 */
1089 * either only CRT1 or only CRT2 is used.
1091 * CRT1 and CRT2 are active), we are limited to the half of the
2286 /* For CRT1 ONLY!!! */
2613 /* CRT1: Always uses overlay 0
2753 overlay.currentmode = ((SiSMergedDisplayModePtr)pSiS->CurrentLayout.mode->Private)->CRT1;
2809 /* Check if dotclock is within limits for CRT1 */
3143 /* set display mode SR06,32 (CRT1, CRT2 or mirror) */
3210 /* Do the following in a loop for CRT1 and CRT2 ----------------- */
3221 /* Select overlay 0 (used for CRT1/or CRT2) or overlay 1 (used for CRT2 only) */