1 #ifndef __NVKM_PM_NVC0_H__ 2 #define __NVKM_PM_NVC0_H__ 3 #include "priv.h" 4 5 struct gf100_pm_priv { 6 struct nvkm_pm base; 7 }; 8 9 struct gf100_pm_cntr { 10 struct nvkm_perfctr base; 11 }; 12 13 extern const struct nvkm_funcdom gf100_perfctr_func; 14 int gf100_pm_fini(struct nvkm_object *, bool); 15 #endif 16