Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/
H A Dpriv.h13 struct nvkm_ltc_func { struct
14 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 …]