cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

priv.h (517B)


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