forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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