/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NVKM_PM_NVC0_H__ #define __NVKM_PM_NVC0_H__ #include "priv.h" struct gf100_pm_func { const struct nvkm_specdom *doms_hub; const struct nvkm_specdom *doms_gpc; const struct nvkm_specdom *doms_part; }; int gf100_pm_new_(const struct gf100_pm_func *, struct nvkm_device *, int index, struct nvkm_pm **); extern const struct nvkm_funcdom gf100_perfctr_func; extern const struct nvkm_specdom gf100_pm_gpc[]; extern const struct nvkm_specsrc gf100_pbfb_sources[]; extern const struct nvkm_specsrc gf100_pmfb_sources[]; #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Samuel Pitoiset | 57 | 68.67% | 4 | 50.00% |
Ben Skeggs | 25 | 30.12% | 3 | 37.50% |
Greg Kroah-Hartman | 1 | 1.20% | 1 | 12.50% |
Total | 83 | 100.00% | 8 | 100.00% |