Searched refs:vdoa (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/media/platform/chips-media/ |
H A 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 …]
|
H A 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
|
H A D | Makefile | 6 obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o
|
H A D | coda.h | 84 struct vdoa_data *vdoa; member 287 struct vdoa_ctx *vdoa; member
|
H A D | coda-common.c | 482 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_enum_fmt() 531 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_try_pixelformat() 559 if (!ctx->vdoa) { in coda_try_fmt_vdoa() 838 vdoa_context_configure(ctx->vdoa, in coda_s_fmt() 1325 if (!ctx->vdoa && f->pixel_format == V4L2_PIX_FMT_YUYV) in coda_enum_frameintervals() 2667 if (ctx->dev->vdoa && !disable_vdoa) { in coda_open() 2668 ctx->vdoa = vdoa_context_create(dev->vdoa); in coda_open() 2669 if (!ctx->vdoa) in coda_open() 2748 if (ctx->vdoa) in coda_release() 2749 vdoa_context_destroy(ctx->vdoa); in coda_release() [all …]
|
H A D | coda-bit.c | 2206 vdoa_device_run(ctx->vdoa, in coda_prepare_decode() 2409 err_vdoa = vdoa_wait_for_completion(ctx->vdoa); in coda_finish_decode()
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | fsl-vdoa.txt | 9 - compatible: must be "fsl,imx6q-vdoa" 12 - clocks: the vdoa clock 16 vdoa@21e4000 { 17 compatible = "fsl,imx6q-vdoa";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6qdl.dtsi | 1196 vdoa@21e4000 { 1197 compatible = "fsl,imx6q-vdoa";
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl.dtsi | 1251 vdoa@21e4000 { 1252 compatible = "fsl,imx6q-vdoa";
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |