Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/video/
Dsisfb.h52 #define VB_DISPTYPE_CRT1 0x00080000 /* CRT1 connected and used */ macro
71 #define VB_DISPTYPE_DISP1 VB_DISPTYPE_CRT1
/linux-6.1.9/drivers/video/fbdev/sis/
Dsis_main.c956 if(ivideo->currentvbflags & VB_DISPTYPE_CRT1) { in sisfb_myblank()
3877 ivideo->currentvbflags &= ~VB_DISPTYPE_CRT1; in sisfb_post_setmode()
3880 ivideo->currentvbflags |= VB_DISPTYPE_CRT1; in sisfb_post_setmode()
3971 if( ((ivideo->currentvbflags & VB_DISPTYPE_CRT1) && mycrt1off) || in sisfb_handle_command()
3972 ((!(ivideo->currentvbflags & VB_DISPTYPE_CRT1)) && !mycrt1off) ) { in sisfb_handle_command()