Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/sis/
Dinit301.c7940 unsigned short *DisplayType) in SiS_GetLVDSCRT1Ptr() argument
7959 (*DisplayType) = 80; in SiS_GetLVDSCRT1Ptr()
7961 (*DisplayType) = 82; in SiS_GetLVDSCRT1Ptr()
7963 if(SiS_Pr->SiS_CHSOverScan) (*DisplayType) = 84; in SiS_GetLVDSCRT1Ptr()
7966 if((*DisplayType) != 84) { in SiS_GetLVDSCRT1Ptr()
7967 if(SiS_Pr->SiS_TVMode & TVSetCHOverScan) (*DisplayType)++; in SiS_GetLVDSCRT1Ptr()
7972 (*DisplayType = 0); in SiS_GetLVDSCRT1Ptr()
7974 case Panel_320x240_1: (*DisplayType) = 50; in SiS_GetLVDSCRT1Ptr()
7977 case Panel_320x240_2: (*DisplayType) = 14; in SiS_GetLVDSCRT1Ptr()
7979 case Panel_320x240_3: (*DisplayType) = 18; in SiS_GetLVDSCRT1Ptr()
[all …]