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

// SPDX-License-Identifier: GPL-2.0
/*
 * Hantro VPU codec driver
 *
 * Copyright (C) 2021 Collabora Ltd, Andrzej Pietrasiewicz <[email protected]>
 */

#include "hantro_hw.h"
#include "hantro_g2_regs.h"

#define G2_ALIGN

void hantro_g2_check_idle(struct hantro_dev *vpu)
{}

irqreturn_t hantro_g2_irq(int irq, void *dev_id)
{}

size_t hantro_g2_chroma_offset(struct hantro_ctx *ctx)
{}

size_t hantro_g2_motion_vectors_offset(struct hantro_ctx *ctx)
{}