Home
last modified time | relevance | path

Searched +full:rtsm +full:- +full:display (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/display/panel/
H A Darm,rtsm-display.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/panel/arm,rtsm-display.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Arm RTSM Virtual Platforms Display
10 - Linus Walleij <linus.walleij@linaro.org>
13 - $ref: panel-common.yaml#
17 const: arm,rtsm-display
22 - compatible
23 - port
/linux/Documentation/devicetree/bindings/display/
H A Darm,pl11x.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/arm,pl11x.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Liviu Dudau <Liviu.Dudau@arm.com>
11 - Andre Przywara <andre.przywara@arm.com>
24 - arm,pl110
25 - arm,pl111
27 - compatible
32 - enum:
[all …]
/linux/arch/arm64/boot/dts/arm/
H A Drtsm_ve-aemv8a.dts1 // SPDX-License-Identifier: GPL-2.0
5 * Architecture Envelope Model (AEM) ARMv8-A
11 /dts-v1/;
13 #include <dt-bindings/interrupt-controller/arm-gic.h>
17 #include "rtsm_ve-motherboard.dtsi"
22 interrupt-parent = <&gic>;
23 #address-cells = <2>;
24 #size-cells = <2>;
27 stdout-path = "serial0:115200n8";
38 #address-cells = <2>;
[all …]
H A Dfvp-base-revc.dts1 // SPDX-License-Identifier: GPL-2.0
5 * Architecture Envelope Model (AEM) ARMv8-A
11 /dts-v1/;
13 #include <dt-bindings/interrupt-controller/arm-gic.h>
17 #include "rtsm_ve-motherboard.dtsi"
18 #include "rtsm_ve-motherboard-rs2.dtsi"
22 compatible = "arm,fvp-base-revc", "arm,vexpress";
23 interrupt-parent = <&gic>;
24 #address-cells = <2>;
25 #size-cells = <2>;
[all …]
/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
27 #include <linux/media-bus-format.h>
46 * struct panel_desc - Describes a simple panel.
62 * @timings: Pointer to array of display timings
78 * @size.width: Width (in mm) of the active display area.
83 * @size.height: Height (in mm) of the active display area.
99 * @delay.enable: Time for the panel to display a valid frame.
102 * display the first valid frame after starting to receive
108 * @delay.disable: Time for the panel to turn the display off.
111 * turn the display off (no content is visible).
[all …]