Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/sis/
Dsis.h281 #define VB2_LVDS 0x40000000 macro
299 #define VB2_VIDEOBRIDGE (VB2_SISBRIDGE | VB2_LVDS | VB2_CHRONTEL | VB2_CONEXANT)
Dsis_main.c1008 (ivideo->vbflags2 & (VB2_301|VB2_30xBDH|VB2_LVDS))) || in sisfb_myblank()
1010 ((ivideo->vbflags2 & (VB2_LVDS | VB2_CHRONTEL)) == VB2_LVDS))) { in sisfb_myblank()
1557 if( ((ivideo->vbflags2 & VB2_LVDS) || in sisfb_check_var()
2752 ivideo->vbflags2 |= VB2_LVDS; in sisfb_get_VB_type()
2756 ivideo->vbflags2 |= (VB2_LVDS | VB2_TRUMPION); in sisfb_get_VB_type()
2764 ivideo->vbflags2 |= (VB2_LVDS | VB2_CHRONTEL); in sisfb_get_VB_type()
2774 ivideo->vbflags2 |= VB2_LVDS; in sisfb_get_VB_type()
2778 ivideo->vbflags2 |= (VB2_LVDS | VB2_CHRONTEL); in sisfb_get_VB_type()
2790 ivideo->vbflags2 |= VB2_LVDS; in sisfb_get_VB_type()
2794 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.c9370 if(VBFlags2 & VB2_LVDS) flag = 0xff; in SiS_InitDDCRegs()