Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/fb/
Dudlfb.txt90 modprobe udlfb fb_defio=0 console=1 shadow=1
93 sudo nano fb_defio
99 options udlfb fb_defio=0 console=1 shadow=1
103 fb_defio Make use of the fb_defio (CONFIG_FB_DEFERRED_IO) kernel
110 default: fb_defio=1
/Linux-v4.19/drivers/video/fbdev/core/
DMakefile7 fb-$(CONFIG_FB_DEFERRED_IO) += fb_defio.o
/Linux-v4.19/drivers/gpu/drm/udl/
Dudl_fb.c28 static int fb_defio = 0; /* Optionally enable experimental fb_defio mmap support */ variable
32 module_param(fb_defio, int, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
222 if (fb_defio && (info->fbdefio == NULL)) { in udl_fb_open()
Dudl_main.c159 if (fb_defio) in udl_urb_completion()
/Linux-v4.19/drivers/video/fbdev/
Dsmscufx.c134 static bool fb_defio = true; /* Optionally enable fb_defio mmap support */ variable
965 if (!fb_defio) in ufx_dpy_deferred_io()
1084 if (fb_defio && (info->fbdefio == NULL)) { in ufx_ops_open()
1645 dev_dbg(dev->gdev, "fb_defio enable=%d\n", fb_defio); in ufx_usb_probe()
1807 if (fb_defio) in ufx_urb_completion()
1956 module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
1957 MODULE_PARM_DESC(fb_defio, "Enable fb_defio mmap support");
Dudlfb.c71 static bool fb_defio = 1; /* Detect mmap writes using page faults */ variable
742 if (!fb_defio) in dlfb_dpy_deferred_io()
921 if (fb_defio && (info->fbdefio == NULL)) { in dlfb_ops_open()
1641 dev_dbg(&intf->dev, "fb_defio enable=%d\n", fb_defio); in dlfb_usb_probe()
1989 module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
1990 MODULE_PARM_DESC(fb_defio, "Page fault detection of mmap writes");
/Linux-v4.19/
DMAINTAINERS1056 F: drivers/video/fbdev/core/fb_defio.c