Searched full:vdoa (Results 1 – 6 of 6) sorted by relevance
3 * i.MX6 Video Data Order Adapter (VDOA)19 #include "imx-vdoa.h"21 #define VDOA_NAME "imx-vdoa"93 struct vdoa_data *vdoa; member102 struct vdoa_data *vdoa = data; in vdoa_irq_handler() local107 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()[all …]
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
6 obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o
84 struct vdoa_data *vdoa; member287 struct vdoa_ctx *vdoa; member
30 #include "imx-vdoa.h"1997 * If the VDOA is used, the decoder needs one additional frame, in __coda_decoder_seq_init()2206 vdoa_device_run(ctx->vdoa, in coda_prepare_decode()2405 /* Wait until the VDOA finished writing the previous display frame */ in coda_finish_decode()2409 err_vdoa = vdoa_wait_for_completion(ctx->vdoa); in coda_finish_decode()
833 …hws[IMX6QDL_CLK_VDOA] = imx_clk_hw_gate2("vdoa", "vdo_axi", base + 0x70… in imx6q_clocks_init()