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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_vb.h37 USHORT LCDheight; member in struct:_XGI_LCD_StStruct
H A Dxgi.h792 CARD16 LCDheight; /* Vertical resolution of LCD panel */ member in struct:__anon348028e20508
991 int Depth, int LCDwith, int LCDheight);
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_driver.c6493 (mode->VDisplay > pXGI->LCDheight)) {
6499 i, pXGI->LCDwidth, pXGI->LCDheight);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_vb.c69 UShort LCDheight; member in struct:_SiS_LCD_StStruct
301 pSiS->LCDheight = 0;
403 pSiS->LCDheight = 1024;
407 pSiS->LCDwidth, pSiS->LCDheight,
414 pSiS->LCDheight = pSiS->SiS_Pr->CP_MaxY = 480;
421 pSiS->LCDheight = pSiS->SiS_Pr->CP_MaxY = 480;
428 pSiS->LCDheight = pSiS->SiS_Pr->CP_MaxY = 240;
461 pSiS->LCDheight = pSiS->SiS_Pr->CP_MaxY;
472 pSiS->LCDheight = SiS300_LCD_Type[(CR36 & 0x0f)].LCDheight;
[all...]
H A Dinit.c351 int Depth, BOOLEAN FSTN, int LCDwidth, int LCDheight)
489 int Depth, BOOLEAN FSTN, unsigned short CustomT, int LCDwidth, int LCDheight,
520 if(LCDwidth >= 1024 && LCDwidth != 1152 && LCDheight >= 768) {
551 if((VDisplay == 600) && (LCDheight == 600)) {
558 if((VDisplay == 768) && (LCDheight == 768)) {
566 if((VDisplay == 768) && (LCDheight == 768)) {
602 if(LCDwidth >= 800 && LCDheight >= 600) {
607 if(LCDwidth >= 1024 && LCDheight >= 768 && LCDwidth != 1152) {
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
H A Dsis_driver.h1668 int Depth, BOOLEAN FSTN, int LCDwith, int LCDheight);
1671 int LCDwith, int LCDheight, unsigned int VBFlags2);
H A Dsis_video.c1439 CARD16 LCDheight = pSiS->LCDheight; local in function:calc_scale_factor
1449 dstH = (dstH * LCDheight) / pOverlay->SCREENheight;
1456 dstH = (dstH * LCDheight) / pOverlay->SCREENheight;
1609 CARD16 LCDheight = pSiS->LCDheight; local in function:calc_scale_factor_2
1618 dstH = (dstH * LCDheight) / pOverlay->SCREENheight2;
H A Dinitextx.c450 if(current->VDisplay > pSiS->LCDheight)
451 pSiS->LCDheight = pSiS->SiS_Pr->CP_MaxY = current->VDisplay;
H A Dinit.h1521 int Depth, BOOLEAN FSTN, int LCDwith, int LCDheight);
1525 unsigned short CustomT, int LCDwith, int LCDheight,
H A Dsis.h1217 CARD16 LCDheight; /* Vertical resolution of LCD panel */ member in struct:__anon2d7f85d00508
H A Dsis_driver.c13617 i, FSTN, pSiS->LCDwidth, pSiS->LCDheight));
13710 (mode->VDisplay > pSiS->LCDheight)) {
13717 (mode->VDisplay > pSiS->LCDheight)) {
13724 i, pSiS->FSTN, pSiS->LCDwidth, pSiS->LCDheight));
13770 (mode->VDisplay <= pSiS->LCDheight)) ||
13780 pSiS->FSTN, pSiS->SiS_Pr->SiS_CustomT, pSiS->LCDwidth, pSiS->LCDheight,

Completed in 47 milliseconds