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 int (*fini)(struct nvkm_gr *, bool);20 void (*intr)(struct nvkm_gr *);21 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *);22 int (*tlb_flush)(struct nvkm_gr *);23 int (*chan_new)(struct nvkm_gr *, struct nvkm_fifo_chan *,25 int (*object_get)(struct nvkm_gr *, int, struct nvkm_sclass *);[all …]