2019-06-19 20:13:43 -04:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2015-08-20 14:54:21 +10:00
|
|
|
#ifndef __NVKM_MSPDEC_PRIV_H__
|
|
|
|
|
#define __NVKM_MSPDEC_PRIV_H__
|
|
|
|
|
#include <engine/mspdec.h>
|
|
|
|
|
|
|
|
|
|
int nvkm_mspdec_new_(const struct nvkm_falcon_func *, struct nvkm_device *,
|
|
|
|
|
int index, struct nvkm_engine **);
|
|
|
|
|
|
|
|
|
|
void g98_mspdec_init(struct nvkm_falcon *);
|
|
|
|
|
|
|
|
|
|
void gf100_mspdec_init(struct nvkm_falcon *);
|
|
|
|
|
#endif
|