Home
last modified time | relevance | path

Searched refs:fb_defio (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/Documentation/fb/
Dudlfb.rst91 modprobe udlfb fb_defio=0 console=1 shadow=1
106 options udlfb fb_defio=0 console=1 shadow=1
111 fb_defio Make use of the fb_defio (CONFIG_FB_DEFERRED_IO) kernel
118 default: fb_defio=1
/Linux-v6.6/drivers/video/fbdev/core/
DMakefile10 fb-$(CONFIG_FB_DEFERRED_IO) += fb_defio.o
/Linux-v6.6/drivers/video/fbdev/
Dsmscufx.c130 static bool fb_defio = true; /* Optionally enable fb_defio mmap support */ variable
964 if (!fb_defio) in ufx_dpy_deferred_io()
1087 if (fb_defio && (info->fbdefio == NULL)) { in ufx_ops_open()
1653 dev_dbg(dev->gdev, "fb_defio enable=%d\n", fb_defio); in ufx_usb_probe()
1834 if (fb_defio) in ufx_urb_completion()
1983 module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
1984 MODULE_PARM_DESC(fb_defio, "Enable fb_defio mmap support");
Dudlfb.c70 static bool fb_defio = true; /* Detect mmap writes using page faults */ variable
799 if (!fb_defio) in dlfb_dpy_deferred_io()
976 if (fb_defio && (info->fbdefio == NULL)) { in dlfb_ops_open()
1670 dev_dbg(&intf->dev, "fb_defio enable=%d\n", fb_defio); in dlfb_usb_probe()
1987 module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
1988 MODULE_PARM_DESC(fb_defio, "Page fault detection of mmap writes");
/Linux-v6.6/
DMAINTAINERS1551 F: drivers/video/fbdev/core/fb_defio.c