Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/video/
H A Dsisfb.h52 #define VB_DISPTYPE_CRT1 0x00080000 /* CRT1 connected and used */ macro
71 #define VB_DISPTYPE_DISP1 VB_DISPTYPE_CRT1
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c956 if(ivideo->currentvbflags & VB_DISPTYPE_CRT1) { in sisfb_myblank()
3879 ivideo->currentvbflags &= ~VB_DISPTYPE_CRT1; in sisfb_post_setmode()
3882 ivideo->currentvbflags |= VB_DISPTYPE_CRT1; in sisfb_post_setmode()
3973 if( ((ivideo->currentvbflags & VB_DISPTYPE_CRT1) && mycrt1off) || in sisfb_handle_command()
3974 ((!(ivideo->currentvbflags & VB_DISPTYPE_CRT1)) && !mycrt1off) ) { in sisfb_handle_command()