Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/sis/
Dsis.h388 int sisfb_crt2type; member
Dsis_main.c121 sisfb_crt2type = -1; in sisfb_setdefaultparms()
301 sisfb_crt2type = sis_crt2type[i].type_no; in sisfb_search_crt2type()
312 if(sisfb_crt2type < 0) { in sisfb_search_crt2type()
4359 ivideo->sisfb_crt2type = sisfb_crt2type;
4741 if(ivideo->sisfb_crt2type != -1) {
4742 if((ivideo->sisfb_crt2type == CRT2_LCD) && (ivideo->vbflags & CRT2_LCD)) {
4744 } else if(ivideo->sisfb_crt2type != CRT2_LCD) {
4745 ivideo->currentvbflags |= ivideo->sisfb_crt2type;
Dsis_main.h83 static int sisfb_crt2type = -1; /* CRT2 type (for overriding autodetection) */ variable