/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/ |
gr.h | 8 struct nvkm_gr { struct 13 u64 nvkm_gr_units(struct nvkm_gr *); 14 int nvkm_gr_tlb_flush(struct nvkm_gr *); 19 int nv04_gr_new(struct nvkm_device *, int, struct nvkm_gr **); 20 int nv10_gr_new(struct nvkm_device *, int, struct nvkm_gr **); 21 int nv15_gr_new(struct nvkm_device *, int, struct nvkm_gr **); 22 int nv17_gr_new(struct nvkm_device *, int, struct nvkm_gr **); 23 int nv20_gr_new(struct nvkm_device *, int, struct nvkm_gr **); 24 int nv25_gr_new(struct nvkm_device *, int, struct nvkm_gr **); 25 int nv2a_gr_new(struct nvkm_device *, int, struct nvkm_gr **); [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
nouveau_nvkm_engine_gr_base.c | 36 struct nvkm_gr *gr = device->gr; 45 struct nvkm_gr *gr = device->gr; 54 struct nvkm_gr *gr = device->gr; 63 struct nvkm_gr *gr = nvkm_gr(engine); 72 struct nvkm_gr *gr = nvkm_gr(engine); 78 nvkm_gr_units(struct nvkm_gr *gr) 86 nvkm_gr_tlb_flush(struct nvkm_gr *gr) 96 struct nvkm_gr *gr = nvkm_gr(oclass->engine) 169 nvkm_gr = { variable in typeref:typename:const struct nvkm_engine_func [all...] |
priv.h | 6 #define nvkm_gr(p) container_of((p), struct nvkm_gr, engine) macro 13 int index, bool enable, struct nvkm_gr *); 15 bool nv04_gr_idle(struct nvkm_gr *); 18 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 *) [all...] |