Searched full:simplefb (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.15/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
|
/Linux-v5.15/drivers/gpu/drm/tiny/ |
D | simpledrm.c | 5 #include <linux/platform_data/simplefb.h> 42 * Helpers for simplefb 50 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int() 62 drm_err(dev, "simplefb: invalid framebuffer %s of %u\n", in simplefb_get_validated_int0() 78 drm_err(dev, "simplefb: missing framebuffer format\n"); in simplefb_get_validated_format() 92 drm_err(dev, "simplefb: unknown framebuffer format %s\n", in simplefb_get_validated_format() 133 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_u32_of() 145 drm_err(dev, "simplefb: cannot parse framebuffer %s: error %d\n", in simplefb_read_string_of() 213 /* simplefb settings */ 245 * provided a simplefb dt node), stay up, for the life of the simplefb [all …]
|
/Linux-v5.15/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() 489 dev_err(&pdev->dev, "Unable to register simplefb: %d\n", ret); in simplefb_probe() 493 dev_info(&pdev->dev, "fb%d: simplefb registered!\n", info->node); in simplefb_probe()
|
D | Makefile | 131 obj-$(CONFIG_FB_SIMPLE) += simplefb.o
|
/Linux-v5.15/drivers/firmware/ |
D | Kconfig | 243 is selected. You are highly encouraged to enable simplefb as 244 replacement if you select this option. simplefb can correctly deal 247 incompatible with simplefb.
|
D | sysfb.c | 32 #include <linux/platform_data/simplefb.h>
|
D | sysfb_simplefb.c | 18 #include <linux/platform_data/simplefb.h>
|
/Linux-v5.15/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>
|
/Linux-v5.15/include/linux/ |
D | sysfb.h | 11 #include <linux/platform_data/simplefb.h>
|
/Linux-v5.15/include/linux/platform_data/ |
D | simplefb.h | 3 * simplefb.h - Simple Framebuffer Device
|
/Linux-v5.15/arch/mips/n64/ |
D | init.c | 12 #include <linux/platform_data/simplefb.h>
|
/Linux-v5.15/samples/vfio-mdev/ |
D | mdpy-fb.c | 9 * Using some code snippets from simplefb and cirrusfb.
|
/Linux-v5.15/drivers/gpu/drm/arm/ |
D | hdlcd_crtc.c | 14 #include <linux/platform_data/simplefb.h>
|
/Linux-v5.15/drivers/gpu/drm/sun4i/ |
D | sun4i_drv.c | 100 /* Remove early framebuffers (ie. simplefb) */ in sun4i_drv_bind()
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | msm8998-oneplus-common.dtsi | 27 /* Use display framebuffer setup by the UEFI XBL bootloader for simplefb */
|
/Linux-v5.15/drivers/gpu/drm/meson/ |
D | meson_drv.c | 281 * Remove early framebuffers (ie. simplefb). The framebuffer can be in meson_drv_bind_master()
|
/Linux-v5.15/ |
D | MAINTAINERS | 17131 SIMPLEFB FB DRIVER 17136 F: drivers/video/fbdev/simplefb.c 17137 F: include/linux/platform_data/simplefb.h
|