hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/priv.h
....@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
1
+/* SPDX-License-Identifier: MIT */
22 #ifndef __NVKM_LTC_PRIV_H__
33 #define __NVKM_LTC_PRIV_H__
44 #define nvkm_ltc(p) container_of((p), struct nvkm_ltc, subdev)
....@@ -46,4 +46,6 @@
4646 int gp100_ltc_oneinit(struct nvkm_ltc *);
4747 void gp100_ltc_init(struct nvkm_ltc *);
4848 void gp100_ltc_intr(struct nvkm_ltc *);
49
+
50
+void gp102_ltc_zbc_clear_stencil(struct nvkm_ltc *, int, const u32);
4951 #endif