kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/user.h
.. .. @@ -3,4 +3,6 @@ 3 3 #include "priv.h" 4 4 int gv100_fifo_user_new(const struct nvkm_oclass *, void *, u32, 5 5 struct nvkm_object **); 6 +int tu102_fifo_user_new(const struct nvkm_oclass *, void *, u32,7 + struct nvkm_object **);6 8 #endif