Searched +full:stm32mp25 +full:- +full:vdec (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | st,stm32mp25-video-codec.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/st,stm32mp25-video-codec.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32MP25 VDEC video decoder & VENC video encoder 10 - Hugues Fruchet <hugues.fruchet@foss.st.com> 13 The STMicroelectronics STM32MP25 SOCs embeds a VDEC video hardware 21 - st,stm32mp25-vdec 22 - st,stm32mp25-venc 33 access-controllers: [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/st/ |
D | stm32mp255.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2023 - All Rights Reserved 9 vdec: vdec@480d0000 { label 10 compatible = "st,stm32mp25-vdec"; 14 access-controllers = <&rifsc 89>; 19 compatible = "st,stm32mp25-venc"; 23 access-controllers = <&rifsc 90>;
|
/linux-6.12.1/drivers/media/platform/verisilicon/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 19 Rockchip, NXP i.MX8M and STM32MP25 SoCs, which accelerate video 22 will be called hantro-vpu. 41 bool "Hantro VDEC SAMA5D4 support" 65 bool "Hantro STM32MP25 support" 70 Enable support for STM32MP25 SoCs.
|
D | stm32mp25_vpu_hw.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * STM32MP25 video codec driver 116 struct hantro_dev *vpu = ctx->dev; in stm32mp25_venc_reset() 118 reset_control_reset(vpu->resets); in stm32mp25_venc_reset() 153 { "vdec", hantro_g1_irq }, 156 static const char * const stm32mp25_vdec_clk_names[] = { "vdec-clk" }; 174 "venc-clk"
|
D | hantro_drv.c | 1 // SPDX-License-Identifier: GPL-2.0 9 * Based on s5p-mfc driver by Samsung Electronics Co., Ltd. 22 #include <media/v4l2-event.h> 23 #include <media/v4l2-mem2mem.h> 24 #include <media/videobuf2-core.h> 25 #include <media/videobuf2-vmalloc.h> 31 #define DRIVER_NAME "hantro-vpu" 36 "Debug level - higher value produces more verbose messages"); 42 ctrl = v4l2_ctrl_find(&ctx->ctrl_handler, id); in hantro_get_ctrl() 43 return ctrl ? ctrl->p_cur.p : NULL; in hantro_get_ctrl() [all …]
|
/linux-6.12.1/drivers/clk/stm32/ |
D | clk-stm32mp25.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) STMicroelectronics 2023 - All Rights Reserved 8 #include <linux/clk-provider.h> 12 #include "clk-stm32-core.h" 13 #include "reset-stm32.h" 16 #include <dt-bindings/clock/st,stm32mp25-rcc.h> 17 #include <dt-bindings/reset/st,stm32mp25-rcc.h> 20 #define SECF_NONE -1 523 /* CSI-HOST */ 539 /* CSI-PHY */ [all …]
|
/linux-6.12.1/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|