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 */2 2 #ifndef __NVKM_LTC_PRIV_H__ 3 3 #define __NVKM_LTC_PRIV_H__ 4 4 #define nvkm_ltc(p) container_of((p), struct nvkm_ltc, subdev) .. .. @@ -46,4 +46,6 @@ 46 46 int gp100_ltc_oneinit(struct nvkm_ltc *); 47 47 void gp100_ltc_init(struct nvkm_ltc *); 48 48 void gp100_ltc_intr(struct nvkm_ltc *); 49 +50 +void gp102_ltc_zbc_clear_stencil(struct nvkm_ltc *, int, const u32);49 51 #endif