Home
last modified time | relevance | path

Searched defs:nvkm_ltc_func (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dpriv.h11 struct nvkm_ltc_func { struct
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 *);
19 int zbc_color;
20 int zbc_depth;
22 void (*zbc_clear_depth)(struct nvkm_ltc *, int, const u32);
25 void (*invalidate)(struct nvkm_ltc *);
[all …]