Searched defs:nvkm_ltc_func (Results 1 – 1 of 1) sorted by relevance
9 struct nvkm_ltc_func { struct10 int (*oneinit)(struct nvkm_ltc *);11 void (*init)(struct nvkm_ltc *);12 void (*intr)(struct nvkm_ltc *);14 void (*cbc_clear)(struct nvkm_ltc *, u32 start, u32 limit);15 void (*cbc_wait)(struct nvkm_ltc *);17 int zbc;18 void (*zbc_clear_color)(struct nvkm_ltc *, int, const u32[4]);19 void (*zbc_clear_depth)(struct nvkm_ltc *, int, const u32);21 void (*invalidate)(struct nvkm_ltc *);[all …]