kernel/drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h
.. .. @@ -1,4 +1,4 @@ 1 -/* SPDX-License-Identifier: GPL-2.0 */1 +/* SPDX-License-Identifier: MIT */2 2 #ifndef __NVKM_FIFO_H__ 3 3 #define __NVKM_FIFO_H__ 4 4 #include <core/engine.h> .. .. @@ -74,4 +74,5 @@ 74 74 int gp100_fifo_new(struct nvkm_device *, int, struct nvkm_fifo **); 75 75 int gp10b_fifo_new(struct nvkm_device *, int, struct nvkm_fifo **); 76 76 int gv100_fifo_new(struct nvkm_device *, int, struct nvkm_fifo **); 77 +int tu102_fifo_new(struct nvkm_device *, int, struct nvkm_fifo **);77 78 #endif