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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dvesafb.c55 static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */
199 ypan=0;
200 else if (! strcmp(this_opt, "ypan"))
201 ypan=1;
203 ypan=2;
311 ypan = pmi_setpal = 0; /* not available or some DOS TSR ... */
313 if (ypan || pmi_setpal) {
332 ypan = pmi_setpal = 0;
345 if (ypan
[all...]
H A Dsgivwfb.c46 static int ypan = 0; variable
288 if (var->xres > var->xres_virtual || (!ywrap && !ypan))
290 if (var->yres > var->yres_virtual || (!ywrap && !ypan))
772 sgivwfb_fix.ypanstep = ypan;
H A Dgbefb.c87 static int ypan, ywrap; variable
918 if (var->xres > var->xres_virtual || (!ywrap && !ypan))
920 if (var->yres > var->yres_virtual || (!ywrap && !ypan))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon.c1800 * ++Geert: Only use ywrap/ypan if the console is in text mode
1801 * ++Andrew: Only use ypan on hardware text mode when scrolling the
2053 int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep, local
2060 divides(ypan, vc->vc_font.height) && vyres > yres;

Completed in 104 milliseconds