root/drivers/gpu/drm/nouveau/nvkm/engine/fifo/user.h

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

INCLUDED FROM


   1 #ifndef __NVKM_FIFO_USER_H__
   2 #define __NVKM_FIFO_USER_H__
   3 #include "priv.h"
   4 int gv100_fifo_user_new(const struct nvkm_oclass *, void *, u32,
   5                         struct nvkm_object **);
   6 int tu102_fifo_user_new(const struct nvkm_oclass *, void *, u32,
   7                         struct nvkm_object **);
   8 #endif

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