Lines Matching refs:nvkm_ltc
4 #define nvkm_ltc(p) container_of((p), struct nvkm_ltc, subdev) macro
9 struct nvkm_ltc **);
12 int (*oneinit)(struct nvkm_ltc *);
13 void (*init)(struct nvkm_ltc *);
14 void (*intr)(struct nvkm_ltc *);
16 void (*cbc_clear)(struct nvkm_ltc *, u32 start, u32 limit);
17 void (*cbc_wait)(struct nvkm_ltc *);
21 void (*zbc_clear_color)(struct nvkm_ltc *, int, const u32[4]);
22 void (*zbc_clear_depth)(struct nvkm_ltc *, int, const u32);
23 void (*zbc_clear_stencil)(struct nvkm_ltc *, int, const u32);
25 void (*invalidate)(struct nvkm_ltc *);
26 void (*flush)(struct nvkm_ltc *);
29 int gf100_ltc_oneinit(struct nvkm_ltc *);
30 int gf100_ltc_oneinit_tag_ram(struct nvkm_ltc *);
31 void gf100_ltc_intr(struct nvkm_ltc *);
32 void gf100_ltc_cbc_clear(struct nvkm_ltc *, u32, u32);
33 void gf100_ltc_cbc_wait(struct nvkm_ltc *);
34 void gf100_ltc_zbc_clear_color(struct nvkm_ltc *, int, const u32[4]);
35 void gf100_ltc_zbc_clear_depth(struct nvkm_ltc *, int, const u32);
36 void gf100_ltc_invalidate(struct nvkm_ltc *);
37 void gf100_ltc_flush(struct nvkm_ltc *);
40 void gm107_ltc_intr(struct nvkm_ltc *);
41 void gm107_ltc_intr_lts(struct nvkm_ltc *, int ltc, int lts);
42 void gm107_ltc_cbc_clear(struct nvkm_ltc *, u32, u32);
43 void gm107_ltc_cbc_wait(struct nvkm_ltc *);
44 void gm107_ltc_zbc_clear_color(struct nvkm_ltc *, int, const u32[4]);
45 void gm107_ltc_zbc_clear_depth(struct nvkm_ltc *, int, const u32);
47 int gp100_ltc_oneinit(struct nvkm_ltc *);
48 void gp100_ltc_init(struct nvkm_ltc *);
49 void gp100_ltc_intr(struct nvkm_ltc *);
51 void gp102_ltc_zbc_clear_stencil(struct nvkm_ltc *, int, const u32);