Searched refs:gp100_mc_new_ (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | gp100.c | 108 gp100_mc_new_(const struct nvkm_mc_func *func, struct nvkm_device *device, in gp100_mc_new_() function 127 return gp100_mc_new_(&gp100_mc, device, type, inst, pmc); in gp100_mc_new()
|
D | gp10b.c | 48 return gp100_mc_new_(&gp10b_mc, device, type, inst, pmc); in gp10b_mc_new()
|
D | priv.h | 56 int gp100_mc_new_(const struct nvkm_mc_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|