Searched refs:vdoa (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/chips-media/ |
A D | imx-vdoa.c | 111 dev_warn(vdoa->dev, in vdoa_irq_handler() 132 struct vdoa_data *vdoa = ctx->vdoa; in vdoa_wait_for_completion() local 139 dev_err(vdoa->dev, in vdoa_wait_for_completion() 151 struct vdoa_data *vdoa = ctx->vdoa; in vdoa_device_run() local 154 if (vdoa->curr_ctx) in vdoa_device_run() 215 ctx->vdoa = vdoa; in vdoa_context_create() 223 struct vdoa_data *vdoa = ctx->vdoa; in vdoa_context_destroy() local 295 vdoa = devm_kzalloc(&pdev->dev, sizeof(*vdoa), GFP_KERNEL); in vdoa_probe() 296 if (!vdoa) in vdoa_probe() 301 vdoa->vdoa_clk = devm_clk_get(vdoa->dev, NULL); in vdoa_probe() [all …]
|
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
|
A D | Makefile | 6 obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o
|
A D | coda.h | 84 struct vdoa_data *vdoa; member 287 struct vdoa_ctx *vdoa; member
|
A D | coda-common.c | 482 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_enum_fmt() 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() 3225 dev->vdoa = coda_get_vdoa_data(); in coda_probe() [all …]
|
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()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/ |
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";
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | imx6qdl.dtsi | 1251 vdoa@21e4000 { 1252 compatible = "fsl,imx6q-vdoa";
|
Completed in 24 milliseconds