Home
last modified time | relevance | path

Searched full:pl110 (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/pl111/
H A Dpl111_versatile.c266 /* 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 Dpl111_drv.c13 * 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 Dpl111_drm.h106 * @is_pl110: this is the early PL110 variant
108 * @external_bgr: this is the Versatile Pl110 variant with external
H A Dpl111_display.c256 * 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 Darm,pl11x.yaml7 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 Dpl110.c2 * 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 DKconfig24 config PL110 config
H A Dpl110_template.h2 * Arm PrimeCell PL110 Color LCD Controller
13 #error "pl110_template.h is only for inclusion by pl110.c"
H A Dmeson.build13 system_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
/openbmc/linux/Documentation/gpu/
H A Dpl111.rst2 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 Dintegratorcp.rst12 - PL110 LCD controller
H A Drealview.rst23 - PL110 LCD controller
H A Dversatile.rst14 - PL110 LCD controller
/openbmc/qemu/hw/arm/
H A DKconfig96 select PL110 # pl111 LCD controller
182 select PL110
H A Dintegratorcp.c673 dev = qdev_new("pl110"); in integratorcp_init()
/openbmc/linux/arch/arm/boot/dts/st/
H A Dspear300.dtsi24 compatible = "arm,pl110", "arm,primecell";
H A Dspear320.dtsi25 compatible = "arm,pl110", "arm,primecell";
H A Dspear600.dtsi47 compatible = "arm,pl110", "arm,primecell";
/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c11 * 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 DKconfig118 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 Dintegratorap-im-pd1.dts244 compatible = "arm,pl110", "arm,primecell";
H A Dintegratorcp.dts292 compatible = "arm,pl110", "arm,primecell";
H A Dversatile-ab.dts279 compatible = "arm,pl110", "arm,primecell";
/openbmc/linux/include/linux/amba/
H A Dclcd.h221 * PL110 cannot choose between 5551 and 565 modes in its in clcdfb_decode()
/openbmc/qemu/hw/misc/
H A Darm_sysctl.c464 * the mux that defines how to interpret the PL110 in arm_sysctl_write()

12