Searched +full:rk3399 +full:- +full:vdec (Results 1 – 4 of 4) sorted by relevance
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) Device Tree Bindings10 - Heiko Stuebner <heiko@sntech.de>12 description: |-13 The Rockchip rk3399 has a stateless Video Decoder that can decodes H.264,18 const: rockchip,rk3399-vdec28 - description: The Video Decoder AXI interface clock[all …]
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 …]
1 // SPDX-License-Identifier: GPL-2.08 * 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 if (ctrl->id == V4L2_CID_MPEG_VIDEO_H264_SPS) { in rkvdec_try_ctrl()33 const struct v4l2_ctrl_h264_sps *sps = ctrl->p_new.p_h264_sps; in rkvdec_try_ctrl()35 * TODO: The hardware supports 10-bit and 4:2:2 profiles, in rkvdec_try_ctrl()[all …]
6 Change-Id: I9825adaa8537a316db8a1831e759a74223b9e4287 ---9 drivers/block/nbd.c | 6 -12 drivers/clk/clk.c | 2 +-13 drivers/clk/rockchip/Kconfig | 42 +-15 drivers/clk/rockchip/clk-cpu.c | 92 +-16 drivers/clk/rockchip/clk-ddr.c | 171 +-17 drivers/clk/rockchip/clk-half-divider.c | 35 +-18 drivers/clk/rockchip/clk-pll.c | 779 ++-19 drivers/clk/rockchip/clk-rk3399.c | 589 +-[all …]