Searched +full:dra7 +full:- +full:vpe (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | ti,vpe.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/ti,vpe.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments DRA7x Video Processing Engine (VPE) 10 - Benoit Parrot <bparrot@ti.com> 12 description: |- 13 The Video Processing Engine (VPE) is a key component for image post 14 processing applications. VPE consist of a single memory to memory 20 const: ti,dra7-vpe [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | ti,vpe.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/ti,vpe.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments DRA7x Video Processing Engine (VPE) Device Tree Bindings 10 - Benoit Parrot <bparrot@ti.com> 12 description: |- 13 The Video Processing Engine (VPE) is a key component for image post 14 processing applications. VPE consist of a single memory to memory 20 const: ti,dra7-vpe [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/ |
| D | dra7-l4.dtsi | 2 compatible = "ti,dra7-l4-cfg", "simple-pm-bus"; 3 power-domains = <&prm_coreaon>; 5 clock-names = "fck"; 9 reg-names = "ap", "la", "ia0"; 10 #address-cells = <1>; 11 #size-cells = <1>; 17 compatible = "simple-pm-bus"; 18 #address-cells = <1>; 19 #size-cells = <1>; 50 target-module@2000 { /* 0x4a002000, ap 3 08.0 */ [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | dra7-l4.dtsi | 2 compatible = "ti,dra7-l4-cfg", "simple-bus"; 6 reg-names = "ap", "la", "ia0"; 7 #address-cells = <1>; 8 #size-cells = <1>; 14 compatible = "simple-bus"; 15 #address-cells = <1>; 16 #size-cells = <1>; 47 target-module@2000 { /* 0x4a002000, ap 3 08.0 */ 48 compatible = "ti,sysc-omap4", "ti,sysc"; 50 reg-names = "rev"; [all …]
|
| D | dra7xx-clocks.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 9 #clock-cells = <0>; 10 compatible = "ti,dra7-atl-clock"; 15 #clock-cells = <0>; 16 compatible = "ti,dra7-atl-clock"; 21 #clock-cells = <0>; 22 compatible = "ti,dra7-atl-clock"; 27 #clock-cells = <0>; 28 compatible = "ti,dra7-atl-clock"; 33 #clock-cells = <0>; [all …]
|
| /kernel/linux/linux-6.6/drivers/bus/ |
| D | omap_l3_noc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/ 44 /* 1 0 1 */ "Write Non-Posted", 50 * struct l3_masters_data - L3 Master information 60 * struct l3_target_data - L3 Target information 72 * struct l3_flagmux_data - Flag Mux information 91 * struct omap_l3 - Description of data relevant for L3 bus. 251 /* DRA7 data */ 368 { 0x27, "VPE" }, 450 { 0x0, "M1 (128-bit)"}, [all …]
|
| /kernel/linux/linux-5.10/drivers/bus/ |
| D | omap_l3_noc.h | 4 * Copyright (C) 2011-2015 Texas Instruments Incorporated - http://www.ti.com/ 52 /* 1 0 1 */ "Write Non-Posted", 58 * struct l3_masters_data - L3 Master information 68 * struct l3_target_data - L3 Target information 80 * struct l3_flagmux_data - Flag Mux information 99 * struct omap_l3 - Description of data relevant for L3 bus. 259 /* DRA7 data */ 376 { 0x27, "VPE" }, 458 { 0x0, "M1 (128-bit)"}, 459 { 0x1, "M2 (64-bit)"},
|
| /kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
| D | vpe.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * TI VPE mem2mem driver, based on the virtual v4l2-mem2mem example driver 10 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. 14 * Based on the virtual v4l2-mem2mem example device 18 #include <linux/dma-mapping.h> 34 #include <media/v4l2-common.h> 35 #include <media/v4l2-ctrls.h> 36 #include <media/v4l2-device.h> 37 #include <media/v4l2-event.h> 38 #include <media/v4l2-ioctl.h> [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
| D | vpe.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * TI VPE mem2mem driver, based on the virtual v4l2-mem2mem example driver 10 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. 14 * Based on the virtual v4l2-mem2mem example device 18 #include <linux/dma-mapping.h> 34 #include <media/v4l2-common.h> 35 #include <media/v4l2-ctrls.h> 36 #include <media/v4l2-device.h> 37 #include <media/v4l2-event.h> 38 #include <media/v4l2-ioctl.h> [all …]
|
| /kernel/linux/linux-6.6/drivers/pmdomain/ti/ |
| D | omap_prm.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ 6 * Tero Kristo <t-kristo@ti.com> 19 #include <linux/reset-controller.h> 22 #include <linux/platform_data/ti-prm.h> 33 unsigned long statechange:1; /* Optional low-power state change */ 139 { .rst = -1 }, 145 { .rst = -1 }, 152 { .rst = -1 }, 386 .name = "vpe", .base = 0x4ae07c80, [all …]
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|