]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/nouveau/nvkm/engine/mspdec/priv.h
Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/mxs', 'spi/topic/orion...
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / nvkm / engine / mspdec / priv.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
53e60da4
BS
2#ifndef __NVKM_MSPDEC_PRIV_H__
3#define __NVKM_MSPDEC_PRIV_H__
4#include <engine/mspdec.h>
5
6int nvkm_mspdec_new_(const struct nvkm_falcon_func *, struct nvkm_device *,
7 int index, struct nvkm_engine **);
8
9void g98_mspdec_init(struct nvkm_falcon *);
10
11void gf100_mspdec_init(struct nvkm_falcon *);
12#endif