forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/ltc.h
....@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
1
+/* SPDX-License-Identifier: MIT */
22 #ifndef __NVKM_LTC_H__
33 #define __NVKM_LTC_H__
44 #include <core/subdev.h>
....@@ -40,4 +40,5 @@
4040 int gm200_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
4141 int gp100_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
4242 int gp102_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
43
+int gp10b_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
4344 #endif