Home
last modified time | relevance | path

Searched refs:ywrap (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c21 MODULE_PARM_DESC(ywrap, "Enable ywrap scrolling (omap44xx and later, default 'y')");
23 module_param_named(ywrap, ywrap_enabled, bool, 0644);
/openbmc/linux/Documentation/fb/
H A Duvesafb.rst54 video=uvesafb:1024x768-32,mtrr:3,ywrap (compiled into the kernel)
56 # modprobe uvesafb mode_option=1024x768-32 mtrr=3 scroll=ywrap (module)
67 ywrap Same as ypan, but assumes your gfx board can wrap-around
H A Dvesafb.rst145 ywrap Same as ypan, but assumes your gfx board can wrap-around
H A Dapi.rst167 __u16 ywrapstep; /* zero if no hardware ywrap */
/openbmc/linux/drivers/video/fbdev/
H A Dgbefb.c77 static int ypan, ywrap; variable
928 if (var->xres > var->xres_virtual || (!ywrap && !ypan)) in gbefb_check_var()
930 if (var->yres > var->yres_virtual || (!ywrap && !ypan)) in gbefb_check_var()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c1943 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); in updatescrollmode_accel() local
1950 divides(ywrap, vc->vc_font.height) && in updatescrollmode_accel()