drm/nouveau/ltc: add hooks for invalidate and flush
[deliverable/linux.git] / drivers / gpu / drm / nouveau / include / nvkm / subdev / ltc.h
index c773b5e958b4db6f5b7094503fe0c69f246d5e92..5464fcf482f1cceeeac104ef769d3027ea41a843 100644 (file)
@@ -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 **);
This page took 0.027272 seconds and 5 git commands to generate.