Searched refs:LCDwidth (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_vb.h36 USHORT LCDwidth; member in struct:_XGI_LCD_StStruct
H A Dxgi_vb.c146 pXGI->LCDwidth = 0;
H A Dinit.c79 int Depth, int LCDwidth, int LCDheight)
144 if((VBFlags & CRT1_LCDA) && (LCDwidth == 1280) && (LCDheight == 720)) {
78 XGI_GetModeID(ULONG VBFlags,int HDisplay,int VDisplay,int Depth,int LCDwidth,int LCDheight) argument
H A Dxgi.h793 CARD16 LCDwidth; /* Horizontal resolution of LCD panel */ member in struct:__anon348028e20508
H A Dxgi_driver.c6492 if ((mode->HDisplay > pXGI->LCDwidth) ||
6499 i, pXGI->LCDwidth, pXGI->LCDheight);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_vb.c68 UShort LCDwidth; member in struct:_SiS_LCD_StStruct
300 pSiS->LCDwidth = 0;
402 pSiS->LCDwidth = 1360;
407 pSiS->LCDwidth, pSiS->LCDheight,
413 pSiS->LCDwidth = pSiS->SiS_Pr->CP_MaxX = 848;
420 pSiS->LCDwidth = pSiS->SiS_Pr->CP_MaxX = 856;
427 pSiS->LCDwidth = pSiS->SiS_Pr->CP_MaxX = 320;
462 pSiS->LCDwidth = pSiS->SiS_Pr->CP_MaxX;
473 pSiS->LCDwidth = SiS300_LCD_Type[(CR36 & 0x0f)].LCDwidth;
[all...]
H A Dinit.c351 int Depth, BOOLEAN FSTN, int LCDwidth, int LCDheight)
367 if((!(VBFlags & CRT1_LCDA)) || ((LCDwidth >= 800) && (LCDwidth >= 600))) {
372 if((!(VBFlags & CRT1_LCDA)) || ((LCDwidth >= 1024) && (LCDwidth >= 768))) {
489 int Depth, BOOLEAN FSTN, unsigned short CustomT, int LCDwidth, int LCDheight,
520 if(LCDwidth >= 1024 && LCDwidth != 1152 && LCDheight >= 768) {
602 if(LCDwidth >= 800 && LCDheight >= 600) {
607 if(LCDwidth >
350 SiS_GetModeID(int VGAEngine,unsigned int VBFlags,int HDisplay,int VDisplay,int Depth,BOOLEAN FSTN,int LCDwidth,int LCDheight) argument
488 SiS_GetModeID_LCD(int VGAEngine,unsigned int VBFlags,int HDisplay,int VDisplay,int Depth,BOOLEAN FSTN,unsigned short CustomT,int LCDwidth,int LCDheight,unsigned int VBFlags2) argument
[all...]
H A Dinitextx.c448 if(current->HDisplay > pSiS->LCDwidth)
449 pSiS->LCDwidth = pSiS->SiS_Pr->CP_MaxX = current->HDisplay;
H A Dsis.h1218 CARD16 LCDwidth; /* Horizontal resolution of LCD panel */ member in struct:__anon2d7f85d00508
H A Dsis_driver.c5252 } else if(pSiS->LCDwidth > 1600) {
13617 i, FSTN, pSiS->LCDwidth, pSiS->LCDheight));
13704 (pSiS->LCDwidth) && /* = test if LCD present */
13709 if((mode->HDisplay > pSiS->LCDwidth) ||
13716 if((mode->HDisplay > pSiS->LCDwidth) ||
13724 i, pSiS->FSTN, pSiS->LCDwidth, pSiS->LCDheight));
13762 (pSiS->LCDwidth) && /* = test if LCD present */
13769 if( ((mode->HDisplay <= pSiS->LCDwidth) &&
13780 pSiS->FSTN, pSiS->SiS_Pr->SiS_CustomT, pSiS->LCDwidth, pSiS->LCDheight,

Completed in 39 milliseconds