Searched refs:Depth (Results 1 – 3 of 3) sorted by relevance
/drivers/video/sis/ |
D | init.c | 348 int Depth, bool FSTN, int LCDwidth, int LCDheight) in SiS_GetModeID() argument 355 if(VDisplay == 200) ModeIndex = ModeIndex_320x200[Depth]; in SiS_GetModeID() 358 ModeIndex = ModeIndex_320x240_FSTN[Depth]; in SiS_GetModeID() 360 ModeIndex = ModeIndex_320x240[Depth]; in SiS_GetModeID() 365 if(VDisplay == 300) ModeIndex = ModeIndex_400x300[Depth]; in SiS_GetModeID() 370 if(VDisplay == 384) ModeIndex = ModeIndex_512x384[Depth]; in SiS_GetModeID() 374 if(VDisplay == 480) ModeIndex = ModeIndex_640x480[Depth]; in SiS_GetModeID() 375 else if(VDisplay == 400) ModeIndex = ModeIndex_640x400[Depth]; in SiS_GetModeID() 378 if(VDisplay == 480) ModeIndex = ModeIndex_720x480[Depth]; in SiS_GetModeID() 379 else if(VDisplay == 576) ModeIndex = ModeIndex_720x576[Depth]; in SiS_GetModeID() [all …]
|
D | init.h | 1526 int Depth, bool FSTN, int LCDwith, int LCDheight); 1529 int VDisplay, int Depth, bool FSTN, 1533 int VDisplay, int Depth, unsigned int VBFlags2); 1535 int VDisplay, int Depth, unsigned int VBFlags2);
|
D | sis_main.h | 740 int VDisplay, int Depth, bool FSTN, unsigned short CustomT, 743 int VDisplay, int Depth, unsigned int VBFlags2); 745 int VDisplay, int Depth, unsigned int VBFlags2);
|