Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
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;
20 void (*zbc_clear_color)(struct nvkm_ltc *, int, const u32[4]);
21 void (*zbc_clear_depth)(struct nvkm_ltc *, int, const u32);
22 void (*zbc_clear_stencil)(struct nvkm_ltc *, int, const u32);
[all …]