Lines Matching refs:nvkm_gr
31 struct nvkm_gr *gr = device->gr; in nvkm_gr_ctxsw_inst()
40 struct nvkm_gr *gr = device->gr; in nvkm_gr_ctxsw_resume()
49 struct nvkm_gr *gr = device->gr; in nvkm_gr_ctxsw_pause()
58 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_chsw_load()
67 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_tile()
73 nvkm_gr_units(struct nvkm_gr *gr) in nvkm_gr_units()
81 nvkm_gr_tlb_flush(struct nvkm_gr *gr) in nvkm_gr_tlb_flush()
91 struct nvkm_gr *gr = nvkm_gr(oclass->engine); in nvkm_gr_oclass_get()
116 struct nvkm_gr *gr = nvkm_gr(oclass->engine); in nvkm_gr_cclass_new()
125 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_intr()
132 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_oneinit()
141 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_init()
148 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_fini()
157 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_dtor()
164 nvkm_gr = { variable
178 enum nvkm_subdev_type type, int inst, bool enable, struct nvkm_gr *gr) in nvkm_gr_ctor()
181 return nvkm_engine_ctor(&nvkm_gr, device, type, inst, enable, &gr->engine); in nvkm_gr_ctor()