Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/sis/
H A Dinit301.c7937 unsigned short *DisplayType) in SiS_GetLVDSCRT1Ptr() argument
7956 (*DisplayType) = 80; in SiS_GetLVDSCRT1Ptr()
7958 (*DisplayType) = 82; in SiS_GetLVDSCRT1Ptr()
7960 if(SiS_Pr->SiS_CHSOverScan) (*DisplayType) = 84; in SiS_GetLVDSCRT1Ptr()
7963 if((*DisplayType) != 84) { in SiS_GetLVDSCRT1Ptr()
7964 if(SiS_Pr->SiS_TVMode & TVSetCHOverScan) (*DisplayType)++; in SiS_GetLVDSCRT1Ptr()
7969 (*DisplayType = 0); in SiS_GetLVDSCRT1Ptr()
7971 case Panel_320x240_1: (*DisplayType) = 50; in SiS_GetLVDSCRT1Ptr()
7974 case Panel_320x240_2: (*DisplayType) = 14; in SiS_GetLVDSCRT1Ptr()
7976 case Panel_320x240_3: (*DisplayType) = 18; in SiS_GetLVDSCRT1Ptr()
[all …]
/openbmc/qemu/qapi/
H A Dui.json1474 # @DisplayType:
1510 { 'enum' : 'DisplayType',
1529 # @type: Which DisplayType qemu should use.
1545 'base' : { 'type' : 'DisplayType',
/openbmc/qemu/include/ui/
H A Dconsole.h440 DisplayType type;
/openbmc/qemu/ui/
H A Dconsole.c1517 static DisplayType prio[] = { in qemu_display_find_default()