/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | init.c | 342 int Depth, bool FSTN, int LCDwidth, int LCDheight) in SiS_GetModeID() 349 if(VDisplay == 200) ModeIndex = ModeIndex_320x200[Depth]; in SiS_GetModeID() 352 ModeIndex = ModeIndex_320x240_FSTN[Depth]; in SiS_GetModeID() 354 ModeIndex = ModeIndex_320x240[Depth]; in SiS_GetModeID() 359 if(VDisplay == 300) ModeIndex = ModeIndex_400x300[Depth]; in SiS_GetModeID() 364 if(VDisplay == 384) ModeIndex = ModeIndex_512x384[Depth]; in SiS_GetModeID() 368 if(VDisplay == 480) ModeIndex = ModeIndex_640x480[Depth]; in SiS_GetModeID() 369 else if(VDisplay == 400) ModeIndex = ModeIndex_640x400[Depth]; in SiS_GetModeID() 372 if(VDisplay == 480) ModeIndex = ModeIndex_720x480[Depth]; in SiS_GetModeID() 373 else if(VDisplay == 576) ModeIndex = ModeIndex_720x576[Depth]; in SiS_GetModeID() 341 SiS_GetModeID(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, bool FSTN, int LCDwidth, int LCDheight) SiS_GetModeID() argument 479 SiS_GetModeID_LCD(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, bool FSTN, unsigned short CustomT, int LCDwidth, int LCDheight, unsigned int VBFlags2) SiS_GetModeID_LCD() argument 729 SiS_GetModeID_TV(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, unsigned int VBFlags2) SiS_GetModeID_TV() argument 848 SiS_GetModeID_VGA2(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, unsigned int VBFlags2) SiS_GetModeID_VGA2() argument [all...] |
H A D | sis.h | 316 int VDisplay, int Depth, bool FSTN, 320 int VDisplay, int Depth, unsigned int VBFlags2); 322 int VDisplay, int Depth, unsigned int VBFlags2); 683 int VDisplay, int Depth, bool FSTN, unsigned short CustomT, 686 int VDisplay, int Depth, unsigned int VBFlags2); 688 int VDisplay, int Depth, unsigned int VBFlags2);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | init.c | 342 int Depth, bool FSTN, int LCDwidth, int LCDheight) in SiS_GetModeID() 349 if(VDisplay == 200) ModeIndex = ModeIndex_320x200[Depth]; in SiS_GetModeID() 352 ModeIndex = ModeIndex_320x240_FSTN[Depth]; in SiS_GetModeID() 354 ModeIndex = ModeIndex_320x240[Depth]; in SiS_GetModeID() 359 if(VDisplay == 300) ModeIndex = ModeIndex_400x300[Depth]; in SiS_GetModeID() 364 if(VDisplay == 384) ModeIndex = ModeIndex_512x384[Depth]; in SiS_GetModeID() 368 if(VDisplay == 480) ModeIndex = ModeIndex_640x480[Depth]; in SiS_GetModeID() 369 else if(VDisplay == 400) ModeIndex = ModeIndex_640x400[Depth]; in SiS_GetModeID() 372 if(VDisplay == 480) ModeIndex = ModeIndex_720x480[Depth]; in SiS_GetModeID() 373 else if(VDisplay == 576) ModeIndex = ModeIndex_720x576[Depth]; in SiS_GetModeID() 341 SiS_GetModeID(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, bool FSTN, int LCDwidth, int LCDheight) SiS_GetModeID() argument 479 SiS_GetModeID_LCD(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, bool FSTN, unsigned short CustomT, int LCDwidth, int LCDheight, unsigned int VBFlags2) SiS_GetModeID_LCD() argument 729 SiS_GetModeID_TV(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, unsigned int VBFlags2) SiS_GetModeID_TV() argument 848 SiS_GetModeID_VGA2(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, unsigned int VBFlags2) SiS_GetModeID_VGA2() argument [all...] |
H A D | sis.h | 315 int VDisplay, int Depth, bool FSTN, 319 int VDisplay, int Depth, unsigned int VBFlags2); 321 int VDisplay, int Depth, unsigned int VBFlags2); 682 int VDisplay, int Depth, bool FSTN, unsigned short CustomT, 685 int VDisplay, int Depth, unsigned int VBFlags2); 687 int VDisplay, int Depth, unsigned int VBFlags2);
|