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

/drivers/staging/omapdrm/
H A Domap_fbdev.c25 MODULE_PARM_DESC(ywrap, "Enable ywrap scrolling (omap44xx and later, default 'y')");
27 module_param_named(ywrap, ywrap_enabled, bool, 0644);
257 DRM_INFO("Enabling DMM ywrap scrolling\n");
/drivers/video/
H A Dsgivwfb.c46 static int ywrap = 0; variable
290 if (var->xres > var->xres_virtual || (!ywrap && !ypan))
292 if (var->yres > var->yres_virtual || (!ywrap && !ypan))
775 sgivwfb_fix.ywrapstep = ywrap;
H A Dgbefb.c88 static int ypan, ywrap; variable
941 if (var->xres > var->xres_virtual || (!ywrap && !ypan))
943 if (var->yres > var->yres_virtual || (!ywrap && !ypan))
/drivers/video/console/
H A Dfbcon.c1789 * ++Geert: Only use ywrap/ypan if the console is in text mode
2055 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); local
2062 divides(ywrap, vc->vc_font.height) &&

Completed in 91 milliseconds