Searched defs:nvkm_gr_func (Results 1 – 1 of 1) sorted by relevance
15 struct nvkm_gr_func { struct16 void *(*dtor)(struct nvkm_gr *);17 int (*oneinit)(struct nvkm_gr *);18 int (*init)(struct nvkm_gr *);19 void (*intr)(struct nvkm_gr *);20 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *);21 int (*tlb_flush)(struct nvkm_gr *);22 int (*chan_new)(struct nvkm_gr *, struct nvkm_fifo_chan *,24 int (*object_get)(struct nvkm_gr *, int, struct nvkm_sclass *);27 u64 (*units)(struct nvkm_gr *);[all …]