Home
last modified time | relevance | path

Searched +full:nspire +full:- +full:cx +full:- +full:lcd +full:- +full:panel (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/display/panel/
Dti,nspire.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/ti,nspire.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments NSPIRE Display Panels
10 - Linus Walleij <[email protected]>
13 - $ref: panel-common.yaml#
18 - ti,nspire-cx-lcd-panel
19 - ti,nspire-classic-lcd-panel
23 - compatible
[all …]
/linux-6.14.4/arch/arm/boot/dts/nspire/
Dnspire-cx.dts1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
10 /include/ "nspire.dtsi"
12 &lcd {
15 remote-endpoint = <&panel_in>;
28 clock-names = "uartclk", "apb_pclk";
40 compatible = "lsi,nspire-cx-clock";
44 compatible = "lsi,nspire-cx-ahb-divider";
122 model = "TI-NSPIRE CX";
[all …]
/linux-6.14.4/drivers/gpu/drm/panel/
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.
50 * @modes: Pointer to array of fixed modes appropriate for this panel.
75 /** @size: Structure containing the physical size of this panel. */
88 /** @delay: Structure containing various delay values for this panel. */
91 * @delay.prepare: Time for the panel to become ready.
93 * The time (in milliseconds) that it takes for the panel to
99 * @delay.enable: Time for the panel to display a valid frame.
101 * The time (in milliseconds) that it takes for the panel to
[all …]