Searched +full:sama5d4 +full:- +full:vdec (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/media/microchip,sama5d4-vdec.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Hantro G1 VPU codec implemented on Microchip SAMA5D4 SoCs11 - Emil Velikov <emil.velikov@collabora.com>14 Hantro G1 video decode accelerator present on Microchip SAMA5D4 SoCs.18 const: microchip,sama5d4-vdec30 - compatible31 - reg[all …]
1 # SPDX-License-Identifier: GPL-2.0-only22 will be called hantro-vpu.41 bool "Hantro VDEC SAMA5D4 support"46 Enable support for Microchip SAMA5D4 SoCs.
1 // SPDX-License-Identifier: GPL-2.09 * 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 …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * sama5d4.dtsi - Device Tree Include file for SAMA5D4 family SoC9 #include <dt-bindings/clock/at91.h>10 #include <dt-bindings/dma/at91.h>11 #include <dt-bindings/mfd/at91-usart.h>12 #include <dt-bindings/pinctrl/at91.h>13 #include <dt-bindings/interrupt-controller/irq.h>14 #include <dt-bindings/gpio/gpio.h>17 #address-cells = <1>;18 #size-cells = <1>;[all …]