Searched refs:LCDheight (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/video/fbdev/sis/ |
D | init.c | 342 int Depth, bool FSTN, int LCDwidth, int LCDheight) in SiS_GetModeID() argument 358 if((!(VBFlags & CRT1_LCDA)) || ((LCDwidth >= 800) && (LCDheight >= 600))) { in SiS_GetModeID() 363 if((!(VBFlags & CRT1_LCDA)) || ((LCDwidth >= 1024) && (LCDheight >= 768))) { in SiS_GetModeID() 480 int Depth, bool FSTN, unsigned short CustomT, int LCDwidth, int LCDheight, in SiS_GetModeID_LCD() argument 511 if(LCDwidth >= 1024 && LCDwidth != 1152 && LCDheight >= 768) { in SiS_GetModeID_LCD() 542 if((VDisplay == 600) && (LCDheight == 600)) { in SiS_GetModeID_LCD() 549 if((VDisplay == 768) && (LCDheight == 768)) { in SiS_GetModeID_LCD() 557 if((VDisplay == 768) && (LCDheight == 768)) { in SiS_GetModeID_LCD() 593 if(LCDwidth >= 800 && LCDheight >= 600) { in SiS_GetModeID_LCD() 598 if(LCDwidth >= 1024 && LCDheight >= 768 && LCDwidth != 1152) { in SiS_GetModeID_LCD()
|
D | sis.h | 316 unsigned short CustomT, int LCDwith, int LCDheight, 683 int LCDwith, int LCDheight, unsigned int VBFlags2);
|