Searched refs:ywrap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_fbdev.c | 15 MODULE_PARM_DESC(ywrap, "Enable ywrap scrolling (omap44xx and later, default 'y')"); 17 module_param_named(ywrap, ywrap_enabled, bool, 0644); 190 DRM_INFO("Enabling DMM ywrap scrolling\n"); in omap_fbdev_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_fbdev.c | 21 MODULE_PARM_DESC(ywrap, "Enable ywrap scrolling (omap44xx and later, default 'y')"); 23 module_param_named(ywrap, ywrap_enabled, bool, 0644); 220 DRM_INFO("Enabling DMM ywrap scrolling\n"); in omap_fbdev_create()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | gbefb.c | 77 static int ypan, ywrap; variable 930 if (var->xres > var->xres_virtual || (!ywrap && !ypan)) in gbefb_check_var() 932 if (var->yres > var->yres_virtual || (!ywrap && !ypan)) in gbefb_check_var()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon.c | 1713 * ++Geert: Only use ywrap/ypan if the console is in text mode in fbcon_scroll() 1971 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); in updatescrollmode_accel() local 1978 divides(ywrap, vc->vc_font.height) && in updatescrollmode_accel()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.c | 1748 * ++Geert: Only use ywrap/ypan if the console is in text mode in fbcon_scroll() 1941 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); in updatescrollmode_accel() local 1948 divides(ywrap, vc->vc_font.height) && in updatescrollmode_accel()
|
Completed in 12 milliseconds