forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/devinit.h
....@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
1
+/* SPDX-License-Identifier: MIT */
22 #ifndef __NVKM_DEVINIT_H__
33 #define __NVKM_DEVINIT_H__
44 #include <core/subdev.h>
....@@ -31,4 +31,5 @@
3131 int gm107_devinit_new(struct nvkm_device *, int, struct nvkm_devinit **);
3232 int gm200_devinit_new(struct nvkm_device *, int, struct nvkm_devinit **);
3333 int gv100_devinit_new(struct nvkm_device *, int, struct nvkm_devinit **);
34
+int tu102_devinit_new(struct nvkm_device *, int, struct nvkm_devinit **);
3435 #endif