Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/sis/
H A Dinit.c342 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()
593 if(LCDwidth >= 800 && LCDheight >= 600) { in SiS_GetModeID_LCD()
598 if(LCDwidth >= 1024 && LCDheight >= 768 && LCDwidth != 1152) { in SiS_GetModeID_LCD()