Searched refs:LCDheight (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/video/sis/ |
D | init.h | 1512 unsigned short CustomT, int LCDwith, int LCDheight,
|
D | init.c | 342 int Depth, bool FSTN, int LCDwidth, int LCDheight) in SiS_GetModeID() argument 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_main.h | 741 int LCDwith, int LCDheight, unsigned int VBFlags2);
|