These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / gpu / drm / nouveau / nvkm / engine / mpeg / priv.h
1 #ifndef __NVKM_MPEG_PRIV_H__
2 #define __NVKM_MPEG_PRIV_H__
3 #include <engine/mpeg.h>
4 struct nvkm_fifo_chan;
5
6 int nv31_mpeg_init(struct nvkm_engine *);
7 void nv31_mpeg_tile(struct nvkm_engine *, int, struct nvkm_fb_tile *);
8 extern const struct nvkm_object_func nv31_mpeg_object;
9
10 bool nv40_mpeg_mthd_dma(struct nvkm_device *, u32, u32);
11
12 int nv50_mpeg_init(struct nvkm_engine *);
13 void nv50_mpeg_intr(struct nvkm_engine *);
14
15 extern const struct nvkm_object_func nv50_mpeg_cclass;
16 #endif