| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A 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()
|
| H A D | Makefile | 131 obj-$(CONFIG_FB_SIMPLE) += simplefb.o
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | brppt1.h | 97 "simplefb=1\0 " \ 111 "setenv simplefb 1; " \ 116 "setenv simplefb 0; " \
|
| /OK3568_Linux_fs/u-boot/board/BuR/common/ |
| H A D | common.c | 375 * if no simplefb is requested through environment, we don't set up in ft_board_setup() 378 if (env_get_ulong("simplefb", 10, 0) == 0) { in ft_board_setup() 382 /* Setup simplefb devicetree node, also adapt memory-node, in ft_board_setup() 391 puts("cannot setup simplefb: Error reserving memory!\n"); in ft_board_setup() 396 puts("cannot setup simplefb: error enabling simplefb node!\n"); in ft_board_setup()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fdt_simplefb.h | 2 * Simplefb device tree support
|
| /OK3568_Linux_fs/kernel/drivers/firmware/google/ |
| H A D | Kconfig | 59 the coreboot table. If found, it is registered with simplefb.
|
| H A D | framebuffer-coreboot.c | 16 #include <linux/platform_data/simplefb.h>
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd_simplefb.c | 2 * Simplefb device tree support
|
| H A D | fdt_support.c | 1752 * fdt_setup_simplefb_node - Fill and enable a simplefb node 1755 * @node: offset of the simplefb node 1762 * Convenience function to fill and enable a simplefb node.
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sysfb.c | 32 #include <linux/platform_data/simplefb.h>
|
| H A D | sysfb_simplefb.c | 18 #include <linux/platform_data/simplefb.h>
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | simplefb.h | 3 * simplefb.h - Simple Framebuffer Device
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | sysfb.h | 11 #include <linux/platform_data/simplefb.h>
|
| /OK3568_Linux_fs/u-boot/drivers/video/sunxi/ |
| H A D | sunxi_display.c | 1292 /* We want to keep the fb_base for simplefb page aligned, where as 1339 * Simplefb support. 1392 eprintf("Cannot setup simplefb: node not found\n"); 1406 eprintf("Cannot setup simplefb: Error reserving memory\n"); 1414 eprintf("Cannot setup simplefb: Error setting properties\n");
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arc/ |
| H A D | arcpgu_crtc.c | 15 #include <linux/platform_data/simplefb.h>
|
| /OK3568_Linux_fs/kernel/samples/vfio-mdev/ |
| H A D | mdpy-fb.c | 9 * Using some code snippets from simplefb and cirrusfb.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/ |
| H A D | hdlcd_crtc.c | 14 #include <linux/platform_data/simplefb.h>
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_drv.c | 100 /* Remove early framebuffers (ie. simplefb) */ in sun4i_drv_bind()
|
| /OK3568_Linux_fs/u-boot/board/raspberrypi/rpi/ |
| H A D | rpi.c | 547 * For now, we simply always add the simplefb DT node. Later, we in ft_board_setup()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/ |
| H A D | meson_drv.c | 303 /* Remove early framebuffers (ie. simplefb) */ in meson_drv_bind_master()
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Kconfig | 2912 is selected. You are highly encouraged to enable simplefb as 2913 replacement if you select this option. simplefb can correctly deal 2916 incompatible with simplefb.
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 16035 SIMPLEFB FB DRIVER 16040 F: drivers/video/fbdev/simplefb.c 16041 F: include/linux/platform_data/simplefb.h
|
| /OK3568_Linux_fs/buildroot/dl/uboot-tools/ |
| HD | u-boot-2021.07.tar.bz2 | pax_global_header
u-boot-2021.07/
u-boot-2021.07/.azure-pipelines.yml
... |