nvkm_gr_ctor
ret = nvkm_gr_ctor(&gf100_gr_, device, type, inst, true, &gr->base);
return nvkm_gr_ctor(&nv04_gr, device, type, inst, true, &gr->base);
return nvkm_gr_ctor(func, device, type, inst, true, &gr->base);
return nvkm_gr_ctor(func, device, type, inst, true, &gr->base);
return nvkm_gr_ctor(func, device, type, inst, true, &gr->base);
return nvkm_gr_ctor(func, device, type, inst, true, &gr->base);
int nvkm_gr_ctor(const struct nvkm_gr_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
nvkm_gr_ctor(func, rm->device, NVKM_ENGINE_GR, 0, true, &gr->base);