Searched +full:mt8192 +full:- +full:vcodec +full:- +full:dec (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/media/mediatek,vcodec-subdev-decoder.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Yunfei Dong <yunfei.dong@mediatek.com>20 +------------------------------------------------+-------------------------------------+22 | input -> lat soc HW -> lat HW -> lat buffer --|--> lat buffer -> core HW -> output |24 +------------||-------------||-------------------+---------------------||--------------+26 -------------||-------------||-------------------|---------------------||---------------27 ||<------------||----------------HW index---------------->|| <child>[all …]
1 // SPDX-License-Identifier: GPL-2.019 #include <media/v4l2-event.h>20 #include <media/v4l2-mem2mem.h>21 #include <media/videobuf2-dma-contig.h>22 #include <media/v4l2-device.h>31 switch (dev->vdec_pdata->hw_arch) { in mtk_vcodec_get_hw_count()37 mtk_v4l2_vdec_err(ctx, "hw arch %d not supported", dev->vdec_pdata->hw_arch); in mtk_vcodec_get_hw_count()46 if (dev->vdecsys_regmap) in mtk_vcodec_is_hw_active()47 return !regmap_test_bits(dev->vdecsys_regmap, VDEC_HW_ACTIVE_ADDR, in mtk_vcodec_is_hw_active()50 cg_status = readl(dev->reg_base[VDEC_SYS] + VDEC_HW_ACTIVE_ADDR); in mtk_vcodec_is_hw_active()[all …]
1 // SPDX-License-Identifier: GPL-2.09 #include <media/v4l2-h264.h>10 #include <media/v4l2-mem2mem.h>11 #include <media/videobuf2-dma-contig.h>21 * enum vdec_h264_core_dec_err_type - core decode error type32 * struct vdec_h264_slice_lat_dec_param - parameters for decode current frame51 * struct vdec_h264_slice_info - decode information74 * struct vdec_h264_slice_vsi - shared memory for decode information exchange89 * dma address (AP-W, VPU-R)90 * @dec: decode information (AP-R, VPU-W)[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)7 /dts-v1/;8 #include <dt-bindings/clock/mt8192-clk.h>9 #include <dt-bindings/gce/mt8192-gce.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/memory/mt8192-larb-port.h>13 #include <dt-bindings/pinctrl/mt8192-pinfunc.h>14 #include <dt-bindings/phy/phy.h>15 #include <dt-bindings/power/mt8192-power.h>[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)7 /dts-v1/;8 #include <dt-bindings/clock/mt8195-clk.h>9 #include <dt-bindings/gce/mt8195-gce.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/memory/mt8195-memory-port.h>13 #include <dt-bindings/phy/phy.h>14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h>15 #include <dt-bindings/power/mt8195-power.h>[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 * Author: Allen-KH Cheng <allen-kh.cheng@mediatek.com>6 /dts-v1/;7 #include <dt-bindings/clock/mt8186-clk.h>8 #include <dt-bindings/gce/mt8186-gce.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/memory/mt8186-memory-port.h>12 #include <dt-bindings/pinctrl/mt8186-pinfunc.h>13 #include <dt-bindings/power/mt8186-power.h>[all …]