Searched refs:ForceCRT1Type (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_opt.c170 { OPTION_FORCE_CRT1TYPE, "ForceCRT1Type", OPTV_STRING, {0}, FALSE },
535 pSiS->ForceCRT1Type = CRT1_VGA;
1176 /* ForceCRT1Type (315/330 series and later only)
1184 pSiS->ForceCRT1Type = CRT1_VGA;
1192 pSiS->ForceCRT1Type = CRT1_LCDA;
1195 pSiS->ForceCRT1Type = CRT1_VGA;
1212 if(pSiS->ForceCRT1Type == CRT1_VGA) {
1247 if(pSiS->ForceCRT1Type == CRT1_VGA) {
1257 if(pSiS->ForceCRT1Type == CRT1_VGA) {
1267 if(pSiS->ForceCRT1Type
[all...]
H A Dsis.h887 int ForceCRT1Type; member in struct:__anon2d7f85d00308
1052 int ForceCRT1Type; member in struct:__anon2d7f85d00508
H A Dsis_driver.c4292 pSiSEnt->ForceCRT1Type = pSiS->ForceCRT1Type;
4360 pSiS->ForceCRT1Type = pSiSEnt->ForceCRT1Type;
5088 if(pSiS->ForceCRT1Type == CRT1_LCDA) {
5092 pSiS->ForceCRT1Type = CRT1_VGA;
5096 pSiS->ForceCRT1Type = CRT1_VGA;
5250 pSiS->ForceCRT1Type = CRT1_LCDA;
5263 pSiS->ForceCRT1Type = CRT1_LCDA;
5271 if(pSiS->ForceCRT1Type
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi.h642 int ForceCRT1Type; member in struct:__anon348028e20508
H A Dxgi_opt.c119 { OPTION_FORCE_CRT1TYPE, "ForceCRT1Type", OPTV_STRING, {0}, FALSE },
237 pXGI->ForceCRT1Type = CRT1_VGA;
479 xf86DrvMsg(pScrn->scrnIndex, X_WARNING, mystring, "ForceCRT1Type");
H A Dxgi_driver.c3413 if (pXGI->ForceCRT1Type == CRT1_LCDA) {
3420 pXGI->ForceCRT1Type = CRT1_VGA;
3426 pXGI->ForceCRT1Type = CRT1_VGA;
3488 pXGI->VBFlags |= pXGI->ForceCRT1Type;

Completed in 24 milliseconds