Merge branch 'for-4.3-rc/ti-clk-fixes' of https://github.com/t-kristo/linux-pm into...
[cascardo/linux.git] / drivers / gpu / drm / nouveau / include / nvkm / engine / mspdec.h
1 #ifndef __NVKM_MSPDEC_H__
2 #define __NVKM_MSPDEC_H__
3 #include <engine/falcon.h>
4 int g98_mspdec_new(struct nvkm_device *, int, struct nvkm_engine **);
5 int gt215_mspdec_new(struct nvkm_device *, int, struct nvkm_engine **);
6 int gf100_mspdec_new(struct nvkm_device *, int, struct nvkm_engine **);
7 int gk104_mspdec_new(struct nvkm_device *, int, struct nvkm_engine **);
8 #endif