Home
last modified time | relevance | path

Searched refs:vdoa (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dimx-vdoa.c93 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 …]
H A Dimx-vdoa.h14 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
H A DMakefile6 obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o
H A Dcoda.h76 struct vdoa_data *vdoa; member
276 struct vdoa_ctx *vdoa; member
H A Dcoda-common.c481 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 …]
H A Dcoda-bit.c2178 vdoa_device_run(ctx->vdoa, in coda_prepare_decode()
2378 err_vdoa = vdoa_wait_for_completion(ctx->vdoa); in coda_finish_decode()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Dfsl-vdoa.txt9 - compatible: must be "fsl,imx6q-vdoa"
12 - clocks: the vdoa clock
16 vdoa@21e4000 {
17 compatible = "fsl,imx6q-vdoa";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6qdl.dtsi1240 vdoa@21e4000 {
1241 compatible = "fsl,imx6q-vdoa";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dimx6qdl.dtsi1155 vdoa@021e4000 {