Searched refs:ywrap (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 16 MODULE_PARM_DESC(ywrap, "Enable ywrap scrolling (omap44xx and later, default 'y')"); 18 module_param_named(ywrap, ywrap_enabled, bool, 0644);
|
/Linux-v6.1/Documentation/fb/ |
D | uvesafb.rst | 54 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
|
D | vesafb.rst | 145 ywrap Same as ypan, but assumes your gfx board can wrap-around
|
D | api.rst | 167 __u16 ywrapstep; /* zero if no hardware ywrap */
|
/Linux-v6.1/drivers/video/fbdev/ |
D | gbefb.c | 77 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()
|
/Linux-v6.1/drivers/video/fbdev/core/ |
D | fbcon.c | 1947 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); in updatescrollmode_accel() local 1954 divides(ywrap, vc->vc_font.height) && in updatescrollmode_accel()
|