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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis.h515 int sisfb_crt2type; member in struct:sis_video_info
H A Dsis_main.c82 sisfb_crt2type = -1;
264 sisfb_crt2type = sis_crt2type[i].type_no;
275 if(sisfb_crt2type < 0)
5802 ivideo->sisfb_crt2type = sisfb_crt2type;
6185 if(ivideo->sisfb_crt2type != -1) {
6186 if((ivideo->sisfb_crt2type == CRT2_LCD) &&
6189 } else if(ivideo->sisfb_crt2type != CRT2_LCD) {
6190 ivideo->currentvbflags |= ivideo->sisfb_crt2type;
H A Dsis_main.h74 static int sisfb_crt2type = -1; /* CRT2 type (for overriding autodetection) */ variable

Completed in 215 milliseconds