These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / gpu / drm / nouveau / nvkm / engine / mspdec / priv.h
1 #ifndef __NVKM_MSPDEC_PRIV_H__
2 #define __NVKM_MSPDEC_PRIV_H__
3 #include <engine/mspdec.h>
4
5 int nvkm_mspdec_new_(const struct nvkm_falcon_func *, struct nvkm_device *,
6                      int index, struct nvkm_engine **);
7
8 void g98_mspdec_init(struct nvkm_falcon *);
9
10 void gf100_mspdec_init(struct nvkm_falcon *);
11 #endif