Searched refs:nvkm_gsp_fwif (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
H A D | priv.h | 10 struct nvkm_gsp_fwif { struct 12 int (*load)(struct nvkm_gsp *, int ver, const struct nvkm_gsp_fwif *); argument 18 int gv100_gsp_nofw(struct nvkm_gsp *, int, const struct nvkm_gsp_fwif *); argument 19 int r535_gsp_load(struct nvkm_gsp *, int, const struct nvkm_gsp_fwif *); 66 int nvkm_gsp_new_(const struct nvkm_gsp_fwif *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
H A D | gv100.c | 43 gv100_gsp_nofw(struct nvkm_gsp *gsp, int ver, const struct nvkm_gsp_fwif *fwif) in gv100_gsp_nofw() 48 static struct nvkm_gsp_fwif
|
H A D | ad102.c | 46 static struct nvkm_gsp_fwif
|
H A D | tu116.c | 45 static struct nvkm_gsp_fwif
|
H A D | ga100.c | 62 static struct nvkm_gsp_fwif
|
H A D | base.c | 104 nvkm_gsp_new_(const struct nvkm_gsp_fwif *fwif, struct nvkm_device *device, in nvkm_gsp_new_()
|
H A D | ga102.c | 179 static struct nvkm_gsp_fwif
|
H A D | tu102.c | 186 static struct nvkm_gsp_fwif
|
H A D | r535.c | 2659 r535_gsp_load(struct nvkm_gsp *gsp, int ver, const struct nvkm_gsp_fwif *fwif) in r535_gsp_load()
|