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

/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c3916 int mycrt1off; local
3943 mycrt1off = sisfb_command->sisfb_arg[0] ? 0 : 1;
3944 if( ((ivideo->currentvbflags & VB_DISPTYPE_CRT1) && mycrt1off) ||
3945 ((!(ivideo->currentvbflags & VB_DISPTYPE_CRT1)) && !mycrt1off) ) {
3946 ivideo->sisfb_crt1off = mycrt1off;

Completed in 120 milliseconds