Home
last modified time | relevance | path

Searched full:simplefb (Results 1 – 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dsimple-framebuffer.yaml19 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-6.6/Documentation/devicetree/bindings/display/
Dsimple-framebuffer.yaml18 Since simplefb nodes represent runtime information they must be
19 sub-nodes of the chosen node (*). Simplefb nodes must be named
23 simplefb, then the simplefb node must contain a property called
25 hw node, so that the OS knows which simplefb to disable when handing
31 then the driver uses the width and height properties of the simplefb
35 to number things. If display# aliases are used, then if the simplefb
38 otherwise it must point directly to the simplefb node.
40 If a simplefb node represents the preferred console for user
49 for more display clocks get added, the simplefb nodes will already
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
Dsimpledrm.c7 #include <linux/platform_data/simplefb.h>
36 * Helpers for simplefb
44 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int()
56 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int0()
72 drm_err(dev, "simplefb: missing framebuffer format\n"); in simplefb_get_validated_format()
86 drm_err(dev, "simplefb: unknown framebuffer format %s\n", in simplefb_get_validated_format()
127 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_u32_of()
139 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_string_of()
231 /* simplefb settings */
264 * provided a simplefb dt node), stay up, for the life of the simplefb
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dsimplefb.c20 #include <linux/platform_data/simplefb.h>
206 * provided a simplefb dt node), stay up, for the life of the simplefb
213 * up simplefb, and the clock definitions in the device tree. Chances are
311 * set up for us (and for which it provided a simplefb dt node), stay up,
312 * for the life of the simplefb driver.
319 * up simplefb, and the regulator definitions in the device tree. Chances are
422 if (fb_get_options("simplefb", NULL)) in simplefb_probe()
440 mem = request_mem_region(res->start, resource_size(res), "simplefb"); in simplefb_probe()
447 dev_warn(&pdev->dev, "simplefb: cannot reserve video memory at %pR\n", res); in simplefb_probe()
516 dev_err(&pdev->dev, "Unable to register simplefb: %d\n", ret); in simplefb_probe()
[all …]
DMakefile127 obj-$(CONFIG_FB_SIMPLE) += simplefb.o
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dsimplefb.c19 #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()
DMakefile131 obj-$(CONFIG_FB_SIMPLE) += simplefb.o
/kernel/linux/linux-6.6/drivers/firmware/
DKconfig253 is selected. You are highly encouraged to enable simplefb as
254 replacement if you select this option. simplefb can correctly deal
257 incompatible with simplefb.
Dsysfb_simplefb.c18 #include <linux/platform_data/simplefb.h>
56 * ignore simplefb formats with alpha bits, as EFI and VESA in sysfb_parse_mode()
Dsysfb.c32 #include <linux/platform_data/simplefb.h>
/kernel/linux/linux-5.10/drivers/firmware/google/
DKconfig59 the coreboot table. If found, it is registered with simplefb.
Dframebuffer-coreboot.c16 #include <linux/platform_data/simplefb.h>
/kernel/linux/linux-6.6/drivers/firmware/google/
DKconfig66 the coreboot table. If found, it is registered with simplefb.
Dframebuffer-coreboot.c16 #include <linux/platform_data/simplefb.h>
/kernel/linux/linux-5.10/arch/x86/kernel/
Dsysfb.c32 #include <linux/platform_data/simplefb.h>
Dsysfb_simplefb.c18 #include <linux/platform_data/simplefb.h>
/kernel/linux/linux-5.10/include/linux/platform_data/
Dsimplefb.h3 * simplefb.h - Simple Framebuffer Device
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsysfb.h11 #include <linux/platform_data/simplefb.h>
/kernel/linux/linux-6.6/include/linux/platform_data/
Dsimplefb.h3 * simplefb.h - Simple Framebuffer Device
/kernel/linux/linux-6.6/include/linux/
Dsysfb.h11 #include <linux/platform_data/simplefb.h>
/kernel/linux/linux-6.6/arch/mips/n64/
Dinit.c12 #include <linux/platform_data/simplefb.h>
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dsm6115-fxtec-pro1x.dts53 /* HACK: disable until a panel driver is ready to retain simplefb */
/kernel/linux/linux-5.10/drivers/gpu/drm/arc/
Darcpgu_crtc.c15 #include <linux/platform_data/simplefb.h>
/kernel/linux/linux-6.6/samples/vfio-mdev/
Dmdpy-fb.c9 * Using some code snippets from simplefb and cirrusfb.
/kernel/linux/linux-5.10/samples/vfio-mdev/
Dmdpy-fb.c9 * Using some code snippets from simplefb and cirrusfb.

12