HomeSort by: relevance | last modified time | path
    Searched defs:gf100_gr_fwif (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
gf100.h 396 struct gf100_gr_fwif { struct
398 int (*load)(struct gf100_gr *, int ver, const struct gf100_gr_fwif *);
404 int gf100_gr_load(struct gf100_gr *, int, const struct gf100_gr_fwif *);
405 int gf100_gr_nofw(struct gf100_gr *, int, const struct gf100_gr_fwif *);
409 int gm200_gr_load(struct gf100_gr *, int, const struct gf100_gr_fwif *);
420 int gf100_gr_new_(const struct gf100_gr_fwif *, struct nvkm_device *, int,
nouveau_nvkm_engine_gr_gf100.c 2073 gf100_gr_new_(const struct gf100_gr_fwif *fwif,
2410 gf100_gr_nofw(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif)
2444 gf100_gr_load(struct gf100_gr *gr, int ver, const struct gf100_gr_fwif *fwif)
2461 static const struct gf100_gr_fwif
2462 gf100_gr_fwif[] = { variable in typeref:typename:const struct gf100_gr_fwif[]
2471 return gf100_gr_new_(gf100_gr_fwif, device, index, pgr);

Completed in 12 milliseconds