Searched +full:sun50i +full:- +full:h6 +full:- +full:vpu +full:- +full:g2 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/media/allwinner,sun50i-h6-vpu-g2.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Hantro G2 VPU codec implemented on Allwinner H6 SoC11 - Jernej Skrabec <jernej.skrabec@gmail.com>14 Hantro G2 video decode accelerator present on Allwinner H6 SoC.18 const: allwinner,sun50i-h6-vpu-g228 - description: Bus Clock29 - description: Module Clock[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/clock/sun50i-h6-ccu.h>6 #include <dt-bindings/clock/sun50i-h6-r-ccu.h>7 #include <dt-bindings/clock/sun6i-rtc.h>8 #include <dt-bindings/clock/sun8i-de2.h>9 #include <dt-bindings/clock/sun8i-tcon-top.h>10 #include <dt-bindings/reset/sun50i-h6-ccu.h>11 #include <dt-bindings/reset/sun50i-h6-r-ccu.h>12 #include <dt-bindings/reset/sun8i-de2.h>[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Hantro VPU codec driver9 * 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()[all …]