cregit-Linux how code gets into the kernel

Release 4.11 drivers/gpu/drm/nouveau/nvkm/engine/pm/gf100.h

#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[];
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Samuel Pitoiset5769.51%457.14%
Ben Skeggs2530.49%342.86%
Total82100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.