Searched refs:vdoa (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
D | imx-vdoa.c | 93 struct vdoa_data *vdoa; member 102 struct vdoa_data *vdoa = data; in vdoa_irq_handler() local 107 writel(0, vdoa->regs + VDOAIE); in vdoa_irq_handler() 109 curr_ctx = vdoa->curr_ctx; in vdoa_irq_handler() 111 dev_warn(vdoa->dev, in vdoa_irq_handler() 116 val = readl(vdoa->regs + VDOAIST); in vdoa_irq_handler() 117 writel(val, vdoa->regs + VDOAIST); in vdoa_irq_handler() 119 val = readl(vdoa->regs + VDOASR) & VDOASR_ERRW; in vdoa_irq_handler() 120 dev_err(vdoa->dev, "AXI %s error\n", val ? "write" : "read"); in vdoa_irq_handler() 122 dev_warn(vdoa->dev, "Spurious interrupt\n"); in vdoa_irq_handler() [all …]
|
D | imx-vdoa.h | 14 struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa); 25 static inline struct vdoa_ctx *vdoa_context_create(struct vdoa_data *vdoa) in vdoa_context_create() argument
|
D | Makefile | 6 obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o
|
D | coda.h | 76 struct vdoa_data *vdoa; member 276 struct vdoa_ctx *vdoa; member
|
D | coda-common.c | 481 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_enum_fmt() 530 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_try_pixelformat() 558 if (!ctx->vdoa) { in coda_try_fmt_vdoa() 825 vdoa_context_configure(ctx->vdoa, in coda_s_fmt() 1328 if (!ctx->vdoa && f->pixel_format == V4L2_PIX_FMT_YUYV) in coda_enum_frameintervals() 2650 if (ctx->dev->vdoa && !disable_vdoa) { in coda_open() 2651 ctx->vdoa = vdoa_context_create(dev->vdoa); in coda_open() 2652 if (!ctx->vdoa) in coda_open() 2730 if (ctx->vdoa) in coda_release() 2731 vdoa_context_destroy(ctx->vdoa); in coda_release() [all …]
|
D | coda-bit.c | 2184 vdoa_device_run(ctx->vdoa, in coda_prepare_decode() 2384 err_vdoa = vdoa_wait_for_completion(ctx->vdoa); in coda_finish_decode()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
D | fsl-vdoa.txt | 9 - compatible: must be "fsl,imx6q-vdoa" 12 - clocks: the vdoa clock 16 vdoa@21e4000 { 17 compatible = "fsl,imx6q-vdoa";
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | imx6qdl.dtsi | 1240 vdoa@21e4000 { 1241 compatible = "fsl,imx6q-vdoa";
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 9449 + /* fake channel for vdoa to link with IPU */
|