Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/display/
H A 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
/linux/drivers/video/fbdev/
H A Dsimplefb.c20 #include <linux/platform_data/simplefb.h>
224 * provided a simplefb dt node), stay up, for the life of the simplefb
231 * up simplefb, and the clock definitions in the device tree. Chances are
329 * set up for us (and for which it provided a simplefb dt node), stay up,
330 * for the life of the simplefb driver.
337 * up simplefb, and the regulator definitions in the device tree. Chances are
527 if (fb_get_options("simplefb", NULL)) in simplefb_probe()
549 mem = request_mem_region(res->start, resource_size(res), "simplefb"); in simplefb_probe()
556 dev_warn(&pdev->dev, "simplefb: cannot reserve video memory at %pR\n", res); in simplefb_probe()
629 dev_err(&pdev->dev, "Unable to register simplefb: %d\n", ret); in simplefb_probe()
[all …]
H A DMakefile125 obj-$(CONFIG_FB_SIMPLE) += simplefb.o
/linux/drivers/gpu/drm/sysfb/
H A Dsimpledrm.c8 #include <linux/platform_data/simplefb.h>
37 * Helpers for simplefb
63 drm_err(dev, "simplefb: missing framebuffer format\n"); in simplefb_get_validated_format()
77 drm_err(dev, "simplefb: unknown framebuffer format %s\n", in simplefb_get_validated_format()
118 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_u32_of()
130 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_string_of()
247 * provided a simplefb dt node), stay up, for the life of the simplefb
254 * up simplefb, and the clock definitions in the device tree. Chances are
344 * set up for us (and for which it provided a simplefb dt node), stay up,
345 * for the life of the simplefb driver.
[all …]
/linux/drivers/firmware/
H A DKconfig206 is selected. You are highly encouraged to enable simplefb as
207 replacement if you select this option. simplefb can correctly deal
210 incompatible with simplefb.
H A Dsysfb_simplefb.c18 #include <linux/platform_data/simplefb.h>
/linux/include/linux/platform_data/
H A Dsimplefb.h3 * simplefb.h - Simple Framebuffer Device
/linux/drivers/firmware/google/
H A Dframebuffer-coreboot.c16 #include <linux/platform_data/simplefb.h>
/linux/arch/mips/n64/
H A Dinit.c12 #include <linux/platform_data/simplefb.h>
/linux/samples/vfio-mdev/
H A Dmdpy-fb.c9 * Using some code snippets from simplefb and cirrusfb.
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8998-clamshell.dtsi99 * on clamshell devices, as it will break them, unless either simplefb is configured to
H A Dsm7125-xiaomi-common.dtsi332 /* HACK: disable until a panel driver is ready to retain simplefb */
H A Dmsm8996pro-xiaomi-scorpio.dts111 * configured framebuffer used by simplefb. Disable it for now.
H A Dmsm8998-oneplus-common.dtsi27 /* Use display framebuffer setup by the UEFI XBL bootloader for simplefb */
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c101 /* Remove early framebuffers (ie. simplefb) */ in sun4i_drv_bind()
/linux/
H A DMAINTAINERS23121 SIMPLEFB FB DRIVER
23126 F: drivers/video/fbdev/simplefb.c
23127 F: include/linux/platform_data/simplefb.h