forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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 */
22 #ifndef __NVKM_FIFO_H__
33 #define __NVKM_FIFO_H__
44 #include <core/engine.h>
....@@ -74,4 +74,5 @@
7474 int gp100_fifo_new(struct nvkm_device *, int, struct nvkm_fifo **);
7575 int gp10b_fifo_new(struct nvkm_device *, int, struct nvkm_fifo **);
7676 int gv100_fifo_new(struct nvkm_device *, int, struct nvkm_fifo **);
77
+int tu102_fifo_new(struct nvkm_device *, int, struct nvkm_fifo **);
7778 #endif