Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/sis/
Dsis.h475 int sisfb_crt2type; member
Dsis_main.c84 sisfb_crt2type = -1; in sisfb_setdefaultparms()
263 sisfb_crt2type = sis_crt2type[i].type_no; in sisfb_search_crt2type()
274 if(sisfb_crt2type < 0) in sisfb_search_crt2type()
5891 ivideo->sisfb_crt2type = sisfb_crt2type; in sisfb_probe()
6281 if(ivideo->sisfb_crt2type != -1) { in sisfb_probe()
6282 if((ivideo->sisfb_crt2type == CRT2_LCD) && in sisfb_probe()
6285 } else if(ivideo->sisfb_crt2type != CRT2_LCD) { in sisfb_probe()
6286 ivideo->currentvbflags |= ivideo->sisfb_crt2type; in sisfb_probe()
Dsis_main.h74 static int sisfb_crt2type = -1; /* CRT2 type (for overriding autodetection) */ variable