Home
last modified time | relevance | path

Searched +full:am65x +full:- +full:oldi +full:- +full:io +full:- +full:ctrl (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ti/
Dti,am65x-dss.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/display/ti/ti,am65x-dss.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Texas Instruments AM65x Display Subsystem
11 - Jyri Sarha <jsarha@ti.com>
12 - Tomi Valkeinen <tomi.valkeinen@ti.com>
15 The AM65x TI Keystone Display SubSystem with two output ports and
16 two video planes. The first video port supports OLDI and the second
22 const: ti,am65x-dss
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/ti/
Dk3-am65-main.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/
7 #include <dt-bindings/phy/phy-am654-serdes.h>
11 compatible = "mmio-sram";
13 #address-cells = <1>;
14 #size-cells = <1>;
17 atf-sram@0 {
21 sysfw-sram@f0000 {
25 l3cache-sram@100000 {
30 gic500: interrupt-controller@1800000 {
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
Dtidss_dispc.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/
9 #include <linux/dma-mapping.h>
12 #include <linux/io.h>
78 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
81 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.
154 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
157 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.
243 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.
246 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.
[all …]