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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_opt.c171 { OPTION_FORCE_CRT2TYPE, "ForceCRT2Type", OPTV_STRING, {0}, FALSE },
537 pSiS->ForceCRT2Type = CRT2_DEFAULT;
1221 /* ForceCRT2Type (300/315/330 series and later only)
1228 pSiS->ForceCRT2Type = CRT2_TV;
1231 pSiS->ForceCRT2Type = CRT2_TV;
1235 pSiS->ForceCRT2Type = CRT2_TV;
1241 pSiS->ForceCRT2Type = CRT2_TV;
1244 pSiS->ForceCRT2Type = CRT2_TV;
1248 pSiS->ForceCRT2Type = CRT2_LCD;
1250 pSiS->ForceCRT2Type
[all...]
H A Dsis.h889 int ForceCRT2Type; member in struct:__anon2d7f85d00308
1054 int ForceCRT2Type; member in struct:__anon2d7f85d00508
H A Dsis_vb.c348 (pSiS->ForceCRT2Type == CRT2_LCD) ) ) {
H A Dsis_driver.c4294 pSiSEnt->ForceCRT2Type = pSiS->ForceCRT2Type;
4361 pSiS->ForceCRT2Type = pSiSEnt->ForceCRT2Type;
5247 if((!pSiS->CRT1TypeForced) && (pSiS->ForceCRT2Type == CRT2_DEFAULT)) {
5251 pSiS->ForceCRT2Type = CRT2_TV;
5296 if(pSiS->ForceCRT2Type == CRT2_DEFAULT) {
5298 pSiS->ForceCRT2Type = CRT2_TV;
5300 pSiS->ForceCRT2Type = CRT2_LCD;
5302 pSiS->ForceCRT2Type
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi.h643 int ForceCRT2Type; member in struct:__anon348028e20508
H A Dxgi_opt.c120 { OPTION_FORCE_CRT2TYPE, "ForceCRT2Type", OPTV_STRING, {0}, FALSE },
238 pXGI->ForceCRT2Type = CRT2_DEFAULT;
482 xf86DrvMsg(pScrn->scrnIndex, X_WARNING, mystring, "ForceCRT2Type");

Completed in 81 milliseconds