Searched refs:gf100_gr_load_fw (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gf100.c | 2568 gf100_gr_load_fw(struct gf100_gr *gr, const char *name, in gf100_gr_load_fw() function 2602 if (gf100_gr_load_fw(gr, "fuc409c", &gr->fecs.inst) || in gf100_gr_load() 2603 gf100_gr_load_fw(gr, "fuc409d", &gr->fecs.data) || in gf100_gr_load() 2604 gf100_gr_load_fw(gr, "fuc41ac", &gr->gpccs.inst) || in gf100_gr_load() 2605 gf100_gr_load_fw(gr, "fuc41ad", &gr->gpccs.data)) in gf100_gr_load()
|