Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/fbdev/sis/
Dsis_main.c3945 int mycrt1off; in sisfb_handle_command() local
3972 mycrt1off = sisfb_command->sisfb_arg[0] ? 0 : 1; in sisfb_handle_command()
3973 if( ((ivideo->currentvbflags & VB_DISPTYPE_CRT1) && mycrt1off) || in sisfb_handle_command()
3974 ((!(ivideo->currentvbflags & VB_DISPTYPE_CRT1)) && !mycrt1off) ) { in sisfb_handle_command()
3975 ivideo->sisfb_crt1off = mycrt1off; in sisfb_handle_command()