/openbmc/linux/drivers/gpu/drm/pl111/ |
H A D | pl111_versatile.c | 266 /* PL110 pixel formats for Integrator, vanilla PL110 */ 278 /* Extended PL110 pixel formats for Integrator and Versatile */ 310 * The Integrator variant is a PL110 with a bunch of broken, or not 314 .name = "PL110 Integrator", 324 * The IM-PD1 variant is a PL110 with a bunch of broken, or not 328 .name = "PL110 IM-PD1", 338 * This is the in-between PL110 variant found in the ARM Versatile, 342 .name = "PL110 Versatile", 502 * which only has this option for PL110 graphics. in pl111_versatile_init() 523 dev_info(dev, "set up callbacks for Integrator PL110\n"); in pl111_versatile_init() [all …]
|
H A D | pl111_drv.c | 13 * DOC: ARM PrimeCell PL110 and PL111 CLCD Driver 15 * The PL110/PL111 is a simple LCD controller that can support TFT 353 .name = "PL110", 405 .name = "LCDC (PL110 Nomadik)",
|
H A D | pl111_drm.h | 106 * @is_pl110: this is the early PL110 variant 108 * @external_bgr: this is the Versatile Pl110 variant with external
|
H A D | pl111_display.c | 256 * the PL110 (LCDC) however uses the standard DRM format. in pl111_display_enable() 333 /* The PL110 in Integrator/Versatile does the BGR routing externally */ in pl111_display_enable()
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | arm,pl11x.yaml | 7 title: Arm PrimeCell Color LCD Controller PL110/PL111 24 - arm,pl110 33 - arm,pl110 108 PL110/PL111 Technical Reference Manuals. 112 - PL110 TFT (1:)5:5:5 panel: 118 - PL110 and PL111 TFT 8:8:8 panel: 120 - PL110 and PL111 TFT 8:8:8 panel, R & B components swapped:
|
/openbmc/qemu/hw/display/ |
H A D | pl110.c | 2 * Arm PrimeCell PL110 Color LCD Controller 45 /* The Versatile/PB uses a slightly modified PL110 controller. */ 53 #define TYPE_PL110 "pl110" 54 OBJECT_DECLARE_SIMPLE_TYPE(PL110State, PL110) 85 .name = "pl110", 121 * itself has the same ID values as a stock PL110, and guests (in 233 /* The PL110's native 16 bit mode is 5551; however in pl110_update_display() 234 * most boards with a PL110 implement an external in pl110_update_display() 546 PL110State *s = PL110(dev); in pl110_realize() 554 memory_region_init_io(&s->iomem, OBJECT(s), &pl110_ops, s, "pl110", 0x1000); in pl110_realize() [all …]
|
H A D | Kconfig | 24 config PL110 config
|
H A D | pl110_template.h | 2 * Arm PrimeCell PL110 Color LCD Controller 13 #error "pl110_template.h is only for inclusion by pl110.c"
|
H A D | meson.build | 13 system_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
|
/openbmc/linux/Documentation/gpu/ |
H A D | pl111.rst | 2 drm/pl111 ARM PrimeCell PL110 and PL111 CLCD Driver 6 :doc: ARM PrimeCell PL110 and PL111 CLCD Driver
|
/openbmc/qemu/docs/system/arm/ |
H A D | integratorcp.rst | 12 - PL110 LCD controller
|
H A D | realview.rst | 23 - PL110 LCD controller
|
H A D | versatile.rst | 14 - PL110 LCD controller
|
/openbmc/qemu/hw/arm/ |
H A D | Kconfig | 96 select PL110 # pl111 LCD controller 182 select PL110
|
H A D | integratorcp.c | 673 dev = qdev_new("pl110"); in integratorcp_init()
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | spear300.dtsi | 24 compatible = "arm,pl110", "arm,primecell";
|
H A D | spear320.dtsi | 25 compatible = "arm,pl110", "arm,primecell";
|
H A D | spear600.dtsi | 47 compatible = "arm,pl110", "arm,primecell";
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | amba-clcd.c | 11 * ARM PrimeCell PL110 Color LCD Controller 187 * PL110 officially only supports RGB555, in clcdfb_set_bitfields() 430 * ARM PL111 always has IENB at 0x1c; it's only PL110 in clcdfb_register() 984 MODULE_DESCRIPTION("ARM PrimeCell PL110 CLCD core driver");
|
H A D | Kconfig | 118 tristate "ARM PrimeCell PL110 support" 128 This framebuffer device driver is for the ARM PrimeCell PL110
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | integratorap-im-pd1.dts | 244 compatible = "arm,pl110", "arm,primecell";
|
H A D | integratorcp.dts | 292 compatible = "arm,pl110", "arm,primecell";
|
H A D | versatile-ab.dts | 279 compatible = "arm,pl110", "arm,primecell";
|
/openbmc/linux/include/linux/amba/ |
H A D | clcd.h | 221 * PL110 cannot choose between 5551 and 565 modes in its in clcdfb_decode()
|
/openbmc/qemu/hw/misc/ |
H A D | arm_sysctl.c | 464 * the mux that defines how to interpret the PL110 in arm_sysctl_write()
|