Searched defs:nvkm_ltc_func (Results 1 – 1 of 1) sorted by relevance
13 struct nvkm_ltc_func { struct14 int (*oneinit)(struct nvkm_ltc *);15 void (*init)(struct nvkm_ltc *);16 void (*intr)(struct nvkm_ltc *);18 void (*cbc_clear)(struct nvkm_ltc *, u32 start, u32 limit);19 void (*cbc_wait)(struct nvkm_ltc *);21 int zbc;22 void (*zbc_clear_color)(struct nvkm_ltc *, int, const u32[4]);23 void (*zbc_clear_depth)(struct nvkm_ltc *, int, const u32);24 void (*zbc_clear_stencil)(struct nvkm_ltc *, int, const u32);[all …]