linux/drivers/media/platform/verisilicon/sunxi_vpu_hw.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Allwinner Hantro G2 VPU codec driver
 *
 * Copyright (C) 2021 Jernej Skrabec <[email protected]>
 */

#include <linux/clk.h>

#include "hantro.h"

static const struct hantro_fmt sunxi_vpu_postproc_fmts[] =;

static const struct hantro_fmt sunxi_vpu_dec_fmts[] =;

static int sunxi_vpu_hw_init(struct hantro_dev *vpu)
{}

static void sunxi_vpu_reset(struct hantro_ctx *ctx)
{}

static const struct hantro_codec_ops sunxi_vpu_codec_ops[] =;

static const struct hantro_irq sunxi_irqs[] =;

static const char * const sunxi_clk_names[] =;

const struct hantro_variant sunxi_vpu_variant =;