Searched full:simplefb (Results 1 – 25 of 34) sorted by relevance
12
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/ |
| D | simple-framebuffer.txt | 7 Since simplefb nodes represent runtime information they must be sub-nodes of 8 the chosen node (*). Simplefb nodes must be named "framebuffer@<address>". 10 If the devicetree contains nodes for the display hardware used by a simplefb, 11 then the simplefb node must contain a property called "display", which 13 knows which simplefb to disable when handing over control to a driver for the 18 things. If display# aliases are used, then if the simplefb node contains a 21 to the simplefb node. 23 If a simplefb node represents the preferred console for user interaction, 31 added, the simplefb nodes will already contain this info and the firmware
|
| D | simple-framebuffer-sunxi.txt | 4 bindings. The sunxi simplefb u-boot code relies on the devicetree containing 5 pre-populated simplefb nodes.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
| D | simple-framebuffer.yaml | 19 Since simplefb nodes represent runtime information they must be 20 sub-nodes of the chosen node (*). Simplefb nodes must be named 24 simplefb, then the simplefb node must contain a property called 26 hw node, so that the OS knows which simplefb to disable when handing 31 to number things. If display# aliases are used, then if the simplefb 34 otherwise it must point directly to the simplefb node. 36 If a simplefb node represents the preferred console for user 45 for more display clocks get added, the simplefb nodes will already
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | simplefb.c | 19 #include <linux/platform_data/simplefb.h> 193 * provided a simplefb dt node), stay up, for the life of the simplefb 200 * up simplefb, and the clock definitions in the device tree. Chances are 299 * set up for us (and for which it provided a simplefb dt node), stay up, 300 * for the life of the simplefb driver. 307 * up simplefb, and the regulator definitions in the device tree. Chances are 410 if (fb_get_options("simplefb", NULL)) in simplefb_probe() 490 dev_err(&pdev->dev, "Unable to register simplefb: %d\n", ret); in simplefb_probe() 494 dev_info(&pdev->dev, "fb%d: simplefb registered!\n", info->node); in simplefb_probe()
|
| D | Makefile | 131 obj-$(CONFIG_FB_SIMPLE) += simplefb.o
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/ |
| D | simplefb.c | 27 #include <linux/platform_data/simplefb.h> 201 * provided a simplefb dt node), stay up, for the life of the simplefb 208 * up simplefb, and the clock definitions in the device tree. Chances are 307 * set up for us (and for which it provided a simplefb dt node), stay up, 308 * for the life of the simplefb driver. 315 * up simplefb, and the regulator definitions in the device tree. Chances are 418 if (fb_get_options("simplefb", NULL)) in simplefb_probe() 498 dev_err(&pdev->dev, "Unable to register simplefb: %d\n", ret); in simplefb_probe() 502 dev_info(&pdev->dev, "fb%d: simplefb registered!\n", info->node); in simplefb_probe()
|
| D | Makefile | 139 obj-$(CONFIG_FB_SIMPLE) += simplefb.o
|
| /kernel/linux/linux-5.10/drivers/firmware/google/ |
| D | Kconfig | 59 the coreboot table. If found, it is registered with simplefb.
|
| D | framebuffer-coreboot.c | 16 #include <linux/platform_data/simplefb.h>
|
| /kernel/linux/linux-4.19/drivers/firmware/google/ |
| D | Kconfig | 64 the coreboot table. If found, it is registered with simplefb.
|
| D | framebuffer-coreboot.c | 24 #include <linux/platform_data/simplefb.h>
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | sysfb.c | 32 #include <linux/platform_data/simplefb.h>
|
| D | sysfb_simplefb.c | 18 #include <linux/platform_data/simplefb.h>
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | simplefb.h | 3 * simplefb.h - Simple Framebuffer Device
|
| /kernel/linux/linux-4.19/arch/x86/kernel/ |
| D | sysfb.c | 36 #include <linux/platform_data/simplefb.h>
|
| D | sysfb_simplefb.c | 22 #include <linux/platform_data/simplefb.h>
|
| /kernel/linux/linux-4.19/include/linux/platform_data/ |
| D | simplefb.h | 2 * simplefb.h - Simple Framebuffer Device
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | sysfb.h | 11 #include <linux/platform_data/simplefb.h>
|
| /kernel/linux/linux-4.19/arch/x86/include/asm/ |
| D | sysfb.h | 15 #include <linux/platform_data/simplefb.h>
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/arc/ |
| D | arcpgu_crtc.c | 15 #include <linux/platform_data/simplefb.h>
|
| /kernel/linux/linux-5.10/samples/vfio-mdev/ |
| D | mdpy-fb.c | 9 * Using some code snippets from simplefb and cirrusfb.
|
| /kernel/linux/linux-4.19/samples/vfio-mdev/ |
| D | mdpy-fb.c | 9 * Using some code snippets from simplefb and cirrusfb.
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/arc/ |
| D | arcpgu_crtc.c | 23 #include <linux/platform_data/simplefb.h>
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/mxsfb/ |
| D | mxsfb_crtc.c | 32 #include <linux/platform_data/simplefb.h>
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/arm/ |
| D | hdlcd_crtc.c | 24 #include <linux/platform_data/simplefb.h>
|
12