Searched refs:gk20a_gr_av_to_init (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dga102.c306 case 4: gk20a_gr_av_to_init(&blob, &gr->bundle); break;
311 case 48: gk20a_gr_av_to_init(&blob, &gr->sw_nonctx1); break;
312 case 49: gk20a_gr_av_to_init(&blob, &gr->sw_nonctx2); break;
313 case 50: gk20a_gr_av_to_init(&blob, &gr->sw_nonctx3); break;
314 case 51: gk20a_gr_av_to_init(&blob, &gr->sw_nonctx4); break;
H A Dgk20a.c67 gk20a_gr_av_to_init(struct nvkm_blob *blob, struct gf100_gr_pack **ppack) function
296 if (gk20a_gr_load_net(gr, path, "sw_nonctx", ver, gk20a_gr_av_to_init, &gr->sw_nonctx) ||
298 gk20a_gr_load_net(gr, path, "sw_bundle_init", ver, gk20a_gr_av_to_init, &gr->bundle) ||
H A Dgf100.h238 int gk20a_gr_av_to_init(struct nvkm_blob *, struct gf100_gr_pack **);

Completed in 307 milliseconds