|
@@ -30,6 +30,9 @@ void nvkm_ltc_tags_clear(struct nvkm_ltc *, u32 first, u32 count);
|
|
|
int nvkm_ltc_zbc_color_get(struct nvkm_ltc *, int index, const u32[4]);
|
|
|
int nvkm_ltc_zbc_depth_get(struct nvkm_ltc *, int index, const u32);
|
|
|
|
|
|
+void nvkm_ltc_invalidate(struct nvkm_ltc *);
|
|
|
+void nvkm_ltc_flush(struct nvkm_ltc *);
|
|
|
+
|
|
|
int gf100_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
|
|
|
int gk104_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
|
|
|
int gm107_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
|