Searched full:simplefb (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/display/ |
D | simple-framebuffer.yaml | 18 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-6.12.1/drivers/video/fbdev/ |
D | simplefb.c | 20 #include <linux/platform_data/simplefb.h> 233 * provided a simplefb dt node), stay up, for the life of the simplefb 240 * up simplefb, and the clock definitions in the device tree. Chances are 338 * set up for us (and for which it provided a simplefb dt node), stay up, 339 * for the life of the simplefb driver. 346 * up simplefb, and the regulator definitions in the device tree. Chances are 536 if (fb_get_options("simplefb", NULL)) in simplefb_probe() 558 mem = request_mem_region(res->start, resource_size(res), "simplefb"); in simplefb_probe() 565 dev_warn(&pdev->dev, "simplefb: cannot reserve video memory at %pR\n", res); in simplefb_probe() 638 dev_err(&pdev->dev, "Unable to register simplefb: %d\n", ret); in simplefb_probe() [all …]
|
D | Makefile | 125 obj-$(CONFIG_FB_SIMPLE) += simplefb.o
|
/linux-6.12.1/drivers/gpu/drm/tiny/ |
D | simpledrm.c | 7 #include <linux/platform_data/simplefb.h> 38 * Helpers for simplefb 46 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int() 58 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int0() 74 drm_err(dev, "simplefb: missing framebuffer format\n"); in simplefb_get_validated_format() 88 drm_err(dev, "simplefb: unknown framebuffer format %s\n", in simplefb_get_validated_format() 129 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_u32_of() 141 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_string_of() 239 /* simplefb settings */ 272 * provided a simplefb dt node), stay up, for the life of the simplefb [all …]
|
/linux-6.12.1/drivers/firmware/ |
D | Kconfig | 207 is selected. You are highly encouraged to enable simplefb as 208 replacement if you select this option. simplefb can correctly deal 211 incompatible with simplefb.
|
D | sysfb_simplefb.c | 18 #include <linux/platform_data/simplefb.h> 56 * ignore simplefb formats with alpha bits, as EFI and VESA in sysfb_parse_mode()
|
D | sysfb.c | 33 #include <linux/platform_data/simplefb.h>
|
/linux-6.12.1/drivers/firmware/google/ |
D | Kconfig | 66 the coreboot table. If found, it is registered with simplefb.
|
D | framebuffer-coreboot.c | 16 #include <linux/platform_data/simplefb.h>
|
/linux-6.12.1/include/linux/platform_data/ |
D | simplefb.h | 3 * simplefb.h - Simple Framebuffer Device
|
/linux-6.12.1/include/linux/ |
D | sysfb.h | 11 #include <linux/platform_data/simplefb.h>
|
/linux-6.12.1/arch/mips/n64/ |
D | init.c | 12 #include <linux/platform_data/simplefb.h>
|
/linux-6.12.1/samples/vfio-mdev/ |
D | mdpy-fb.c | 9 * Using some code snippets from simplefb and cirrusfb.
|
/linux-6.12.1/drivers/gpu/drm/arm/ |
D | hdlcd_crtc.c | 14 #include <linux/platform_data/simplefb.h>
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | msm8998-clamshell.dtsi | 99 * on clamshell devices, as it will break them, unless either simplefb is configured to
|
D | sm7125-xiaomi-common.dtsi | 332 /* HACK: disable until a panel driver is ready to retain simplefb */
|
D | msm8996pro-xiaomi-scorpio.dts | 111 * configured framebuffer used by simplefb. Disable it for now.
|
D | msm8998-oneplus-common.dtsi | 27 /* Use display framebuffer setup by the UEFI XBL bootloader for simplefb */
|
/linux-6.12.1/drivers/gpu/drm/sun4i/ |
D | sun4i_drv.c | 100 /* Remove early framebuffers (ie. simplefb) */ in sun4i_drv_bind()
|
/linux-6.12.1/drivers/gpu/drm/meson/ |
D | meson_drv.c | 277 * Remove early framebuffers (ie. simplefb). The framebuffer can be in meson_drv_bind_master()
|
/linux-6.12.1/ |
D | MAINTAINERS | 21134 SIMPLEFB FB DRIVER 21139 F: drivers/video/fbdev/simplefb.c 21140 F: include/linux/platform_data/simplefb.h
|