Searched refs:CRT2_LCD (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_vb.c298 pSiS->VBFlags &= ~(CRT2_LCD);
307 if(CR32 & 0x08) pSiS->VBFlags |= CRT2_LCD;
341 pSiS->VBFlags &= ~CRT2_LCD;
346 if((!(pSiS->VBFlags & CRT2_LCD)) &&
348 (pSiS->ForceCRT2Type == CRT2_LCD) ) ) {
361 pSiS->VBFlags |= CRT2_LCD;
376 if(pSiS->VBFlags & CRT2_LCD) {
447 pSiS->VBFlags &= ~CRT2_LCD;
516 pSiS->VBFlags |= CRT2_LCD;
726 if(!(pSiS->VBFlags & (CRT2_VGA | CRT2_LCD))) {
[all...]
H A Dsis_driver.c958 ((pSiS->VBFlags & CRT2_LCD) && (!fromDDC))) return TRUE;
973 ((pSiS->VBFlags & CRT2_LCD) && (!fromDDC)) ) return TRUE;
2574 if(pSiS->VBFlags & CRT2_LCD) realcrtno = 1;
2832 pSiS->detectedCRT2Devices = pSiS->VBFlags & (CRT2_LCD|CRT2_TV|CRT2_VGA|TV_AVIDEO|TV_SVIDEO|
5093 } else if(!(pSiS->VBFlags & CRT2_LCD)) {
5123 } else if(pSiS->VBFlags & CRT2_LCD) {
5245 (pSiS->VBFlags & CRT2_LCD) &&
5275 pSiS->detectedCRT2Devices |= CRT2_LCD;
5299 else if((pSiS->VBFlags & CRT2_LCD) && (pSiS->ForceCRT1Type == CRT1_VGA))
5300 pSiS->ForceCRT2Type = CRT2_LCD;
[all...]
H A Dsis_cursor.c504 if((pSiS->VBFlags & CRT2_LCD) && (pSiS->FSTN || pSiS->DSTN)) {
518 if((pSiS->VBFlags & CRT2_LCD) && (pSiS->FSTN || pSiS->DSTN)) {
961 if((pSiS->FSTN || pSiS->DSTN) && (pSiS->VBFlags & CRT2_LCD))
1039 if((pSiS->FSTN || pSiS->DSTN) && (pSiS->VBFlags & CRT2_LCD))
H A Dsis_utility.c313 /* Do NOT use this to switch from CRT1_LCDA to CRT2_LCD */
348 if(vbflags & (CRT2_LCD|CRT2_VGA)) {
374 vbflags &= ~(CRT2_LCD|CRT2_VGA);
451 /* Do NOT use this to switch from CRT2_LCD to CRT1_LCDA */
510 if((newvbflags & (CRT2_LCD|CRT2_VGA)) && (newvbflags & CRT1_LCDA)) {
534 /* CRT2_LCD and CRT2_VGA overrule LCDA (in non-MergedFB mode) */
536 if(newvbflags & (CRT2_LCD|CRT2_VGA)) {
591 vbflags |= CRT2_LCD;
H A Dsis_opt.c1248 pSiS->ForceCRT2Type = CRT2_LCD;
1268 pSiS->ForceCRT2Type = CRT2_LCD;
1273 pSiS->ForceCRT2Type = CRT2_LCD;
H A Dsis.h396 #define CRT2_LCD 0x00000002 /* Never change the order of the CRT2_XXX entries */ macro
432 #define CRT2_ENABLE (CRT2_LCD | CRT2_TV | CRT2_VGA)
H A Dsis_dac.c1371 if(pSiS->VBFlags & CRT2_LCD) {
1888 if((pSiS->VBFlags2 & VB2_30xBDH) && (pSiS->VBFlags & CRT2_LCD)) return;
H A Dsis_video.c1445 if(pSiS->VBFlags & (CRT2_LCD | CRT1_LCDA)) {
1452 } else if((iscrt2 && (pSiS->VBFlags & CRT2_LCD)) ||
1615 if(pSiS->VBFlags & CRT2_LCD) {
H A Dinit.c360 if((VBFlags & CRT2_LCD) && (FSTN))
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_vb.c152 if(CR32 & 0x08) pXGI->VBFlags |= CRT2_LCD;
155 pXGI->VBFlags |= CRT2_LCD;
H A Dxgi.h322 #define CRT2_LCD 0x00000002 /* Never change the order of the CRT2_XXX entries */ macro
350 #define CRT2_ENABLE (CRT2_LCD | CRT2_TV | CRT2_VGA)
H A Dxgi_driver.c3422 else if (!(pXGI->VBFlags & CRT2_LCD)) {
3484 && (pXGI->VBFlags & CRT2_LCD)) {
3523 || ((pXGI->VBFlags & (CRT2_VGA | CRT2_LCD | CRT2_TV)) == 0)
3969 if (!(pXGI->VBFlags & (CRT2_LCD | CRT2_VGA)))
3971 if (pXGI->VBFlags & CRT2_LCD)
5946 if (pXGI->VBFlags & CRT2_LCD) {
6075 if (!(pXGI->VBFlags & (CRT2_LCD | CRT1_LCDA)))
6202 switch (vbflag & (CRT2_TV | CRT2_LCD | CRT2_VGA)) {
6276 case CRT2_LCD:
6307 if (vbflag & (CRT2_TV | CRT2_LCD | CRT2_VG
[all...]

Completed in 43 milliseconds