root/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/priv.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: MIT */
   2 #ifndef __NVKM_MPEG_PRIV_H__
   3 #define __NVKM_MPEG_PRIV_H__
   4 #include <engine/mpeg.h>
   5 struct nvkm_fifo_chan;
   6 
   7 int nv31_mpeg_init(struct nvkm_engine *);
   8 void nv31_mpeg_tile(struct nvkm_engine *, int, struct nvkm_fb_tile *);
   9 extern const struct nvkm_object_func nv31_mpeg_object;
  10 
  11 bool nv40_mpeg_mthd_dma(struct nvkm_device *, u32, u32);
  12 
  13 int nv50_mpeg_init(struct nvkm_engine *);
  14 void nv50_mpeg_intr(struct nvkm_engine *);
  15 
  16 extern const struct nvkm_object_func nv50_mpeg_cclass;
  17 #endif

/* [<][>][^][v][top][bottom][index][help] */