Searched refs:nv40_pm_new_ (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
A D | nv40.c | 82 nv40_pm_new_(const struct nvkm_specdom *doms, struct nvkm_device *device, in nv40_pm_new_() function 122 return nv40_pm_new_(nv40_pm, device, type, inst, ppm); in nv40_pm_new()
|
A D | nv40.h | 12 int nv40_pm_new_(const struct nvkm_specdom *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
A D | gt215.c | 137 return nv40_pm_new_(gt215_pm, device, type, inst, ppm); in gt215_pm_new()
|
A D | g84.c | 164 return nv40_pm_new_(g84_pm, device, type, inst, ppm); in g84_pm_new()
|
A D | gt200.c | 156 return nv40_pm_new_(gt200_pm, device, type, inst, ppm); in gt200_pm_new()
|
A D | nv50.c | 174 return nv40_pm_new_(nv50_pm, device, type, inst, ppm); in nv50_pm_new()
|
Completed in 6 milliseconds