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