1 /* SPDX-License-Identifier: GPL-2.0 */
4 #include <core/engine.h>
7 const struct nvkm_pm_func
*func
;
8 struct nvkm_engine engine
;
10 struct nvkm_object
*perfmon
;
12 struct list_head domains
;
13 struct list_head sources
;
17 int nv40_pm_new(struct nvkm_device
*, int, struct nvkm_pm
**);
18 int nv50_pm_new(struct nvkm_device
*, int, struct nvkm_pm
**);
19 int g84_pm_new(struct nvkm_device
*, int, struct nvkm_pm
**);
20 int gt200_pm_new(struct nvkm_device
*, int, struct nvkm_pm
**);
21 int gt215_pm_new(struct nvkm_device
*, int, struct nvkm_pm
**);
22 int gf100_pm_new(struct nvkm_device
*, int, struct nvkm_pm
**);
23 int gf108_pm_new(struct nvkm_device
*, int, struct nvkm_pm
**);
24 int gf117_pm_new(struct nvkm_device
*, int, struct nvkm_pm
**);
25 int gk104_pm_new(struct nvkm_device
*, int, struct nvkm_pm
**);