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 int (*reset)(struct nvkm_gr *);21 int (*nonstall)(struct nvkm_gr *);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 *);[all …]