Searched refs:g84_pm_new (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | pm.h | 22 int g84_pm_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_pm **);
|
/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | g84.c | 162 g84_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in g84_pm_new() function
|
/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 943 .pm = { 0x00000001, g84_pm_new }, 975 .pm = { 0x00000001, g84_pm_new }, 1007 .pm = { 0x00000001, g84_pm_new }, 1039 .pm = { 0x00000001, g84_pm_new }, 1071 .pm = { 0x00000001, g84_pm_new }, 1103 .pm = { 0x00000001, g84_pm_new }, 1267 .pm = { 0x00000001, g84_pm_new }, 1299 .pm = { 0x00000001, g84_pm_new },
|