// SPDX-License-Identifier: GPL-2.0 /* * Hantro VDEC driver * * Copyright (C) 2021 Collabora Ltd, Emil Velikov <[email protected]> */ #include "hantro.h" /* * Supported formats. */ static const struct hantro_fmt sama5d4_vdec_postproc_fmts[] = …; static const struct hantro_fmt sama5d4_vdec_fmts[] = …; /* * Supported codec ops. */ static const struct hantro_codec_ops sama5d4_vdec_codec_ops[] = …; static const struct hantro_irq sama5d4_irqs[] = …; static const char * const sama5d4_clk_names[] = …; const struct hantro_variant sama5d4_vdec_variant = …;