Searched refs:LCDwidth (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_vb.h | 36 USHORT LCDwidth; member in struct:_XGI_LCD_StStruct
|
| H A D | xgi_vb.c | 146 pXGI->LCDwidth = 0;
|
| H A D | init.c | 79 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 D | xgi.h | 793 CARD16 LCDwidth; /* Horizontal resolution of LCD panel */ member in struct:__anon348028e20508
|
| H A D | xgi_driver.c | 6492 if ((mode->HDisplay > pXGI->LCDwidth) || 6499 i, pXGI->LCDwidth, pXGI->LCDheight);
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_vb.c | 68 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 D | init.c | 351 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 D | initextx.c | 448 if(current->HDisplay > pSiS->LCDwidth) 449 pSiS->LCDwidth = pSiS->SiS_Pr->CP_MaxX = current->HDisplay;
|
| H A D | sis.h | 1218 CARD16 LCDwidth; /* Horizontal resolution of LCD panel */ member in struct:__anon2d7f85d00508
|
| H A D | sis_driver.c | 5252 } 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