Searched +full:rk3399 +full:- +full:vdec (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | rockchip,vdec.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/rockchip,vdec.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Rockchip Video Decoder (VDec) 10 - Heiko Stuebner <heiko@sntech.de> 12 description: |- 13 The Rockchip rk3399 has a stateless Video Decoder that can decodes H.264, 19 - const: rockchip,rk3399-vdec 20 - items: [all …]
|
/linux-6.12.1/drivers/media/platform/verisilicon/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 22 will be called hantro-vpu. 41 bool "Hantro VDEC SAMA5D4 support" 54 Enable support for RK3288, RK3328, and RK3399 SoCs.
|
D | rockchip_vpu_hw.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Jeffy Chen <jeffy.chen@rock-chips.com> 431 clk_set_rate(vpu->clocks[0].clk, RK3066_ACLK_MAX_FREQ); in rk3036_vpu_hw_init() 438 clk_set_rate(vpu->clocks[0].clk, RK3066_ACLK_MAX_FREQ); in rk3066_vpu_hw_init() 439 clk_set_rate(vpu->clocks[2].clk, RK3066_ACLK_MAX_FREQ); in rk3066_vpu_hw_init() 446 clk_set_rate(vpu->clocks[0].clk, RK3588_ACLK_MAX_FREQ); in rk3588_vpu981_hw_init() 453 clk_set_rate(vpu->clocks[0].clk, RK3288_ACLK_MAX_FREQ); in rockchip_vpu_hw_init() 459 struct hantro_dev *vpu = ctx->dev; in rk3066_vpu_dec_reset() 467 struct hantro_dev *vpu = ctx->dev; in rockchip_vpu1_enc_reset() 476 struct hantro_dev *vpu = ctx->dev; in rockchip_vpu2_dec_reset() [all …]
|
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/arch/arm64/boot/dts/rockchip/ |
D | rk3399-base.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/rk3399-cru.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/pinctrl/rockchip.h> 11 #include <dt-bindings/power/rk3399-power.h> 12 #include <dt-bindings/thermal/thermal.h> 15 compatible = "rockchip,rk3399"; 17 interrupt-parent = <&gic>; [all …]
|
D | rk3328.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/rk3328-cru.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/pinctrl/rockchip.h> 11 #include <dt-bindings/power/rk3328-power.h> 12 #include <dt-bindings/soc/rockchip,boot-mode.h> 13 #include <dt-bindings/thermal/thermal.h> 18 interrupt-parent = <&gic>; [all …]
|
/linux-6.12.1/arch/arm/boot/dts/rockchip/ |
D | rk322x.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/interrupt-controller/irq.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/pinctrl/rockchip.h> 7 #include <dt-bindings/clock/rk3228-cru.h> 8 #include <dt-bindings/thermal/thermal.h> 9 #include <dt-bindings/power/rk3228-power.h> 12 #address-cells = <1>; 13 #size-cells = <1>; [all …]
|
/linux-6.12.1/drivers/pmdomain/rockchip/ |
D | pm-domains.c | 1 // SPDX-License-Identifier: GPL-2.0-only 23 #include <dt-bindings/power/px30-power.h> 24 #include <dt-bindings/power/rockchip,rv1126-power.h> 25 #include <dt-bindings/power/rk3036-power.h> 26 #include <dt-bindings/power/rk3066-power.h> 27 #include <dt-bindings/power/rk3128-power.h> 28 #include <dt-bindings/power/rk3188-power.h> 29 #include <dt-bindings/power/rk3228-power.h> 30 #include <dt-bindings/power/rk3288-power.h> 31 #include <dt-bindings/power/rk3328-power.h> [all …]
|
/linux-6.12.1/drivers/staging/media/rkvdec/ |
D | rkvdec.c | 1 // SPDX-License-Identifier: GPL-2.0 8 * 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> 28 #include "rkvdec-regs.h" 32 struct rkvdec_ctx *ctx = container_of(ctrl->handler, struct rkvdec_ctx, ctrl_hdl); in rkvdec_try_ctrl() 33 const struct rkvdec_coded_fmt_desc *desc = ctx->coded_fmt_desc; in rkvdec_try_ctrl() 35 if (desc->ops->try_ctrl) in rkvdec_try_ctrl() [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 …]
|