Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/sis/
Dsis.h280 #define VB2_LVDS 0x40000000 macro
298 #define VB2_VIDEOBRIDGE (VB2_SISBRIDGE | VB2_LVDS | VB2_CHRONTEL | VB2_CONEXANT)
Dsis_main.c960 (ivideo->vbflags2 & (VB2_301|VB2_30xBDH|VB2_LVDS))) || in sisfb_myblank()
962 ((ivideo->vbflags2 & (VB2_LVDS | VB2_CHRONTEL)) == VB2_LVDS))) { in sisfb_myblank()
1509 if( ((ivideo->vbflags2 & VB2_LVDS) || in sisfb_check_var()
2700 ivideo->vbflags2 |= VB2_LVDS; in sisfb_get_VB_type()
2704 ivideo->vbflags2 |= (VB2_LVDS | VB2_TRUMPION); in sisfb_get_VB_type()
2712 ivideo->vbflags2 |= (VB2_LVDS | VB2_CHRONTEL); in sisfb_get_VB_type()
2722 ivideo->vbflags2 |= VB2_LVDS; in sisfb_get_VB_type()
2726 ivideo->vbflags2 |= (VB2_LVDS | VB2_CHRONTEL); in sisfb_get_VB_type()
2738 ivideo->vbflags2 |= VB2_LVDS; in sisfb_get_VB_type()
2742 ivideo->vbflags2 |= (VB2_LVDS | VB2_CHRONTEL); in sisfb_get_VB_type()
[all …]
Dinit.c485 if(VBFlags2 & (VB2_LVDS | VB2_30xBDH)) { in SiS_GetModeID_LCD()
Dinit301.c9057 if(VBFlags2 & VB2_LVDS) flag = 0xff; in SiS_InitDDCRegs()