cregit-Linux how code gets into the kernel

Release 4.11 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/power_budget.h

#ifndef __NVBIOS_POWER_BUDGET_H__

#define __NVBIOS_POWER_BUDGET_H__

#include <nvkm/subdev/bios.h>


struct nvbios_power_budget_entry {
	
u32 min_w;
	
u32 avg_w;
	
u32 max_w;
};


struct nvbios_power_budget {
	
u32 offset;
	
u8  ver;
	
u8  hlen;
	
u8  elen;
	
u8  ecount;
	
u8  cap_entry;
};

int nvbios_power_budget_header(struct nvkm_bios *,
                               struct nvbios_power_budget *);
int nvbios_power_budget_entry(struct nvkm_bios *, struct nvbios_power_budget *,
                              u8 idx, struct nvbios_power_budget_entry *);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Karol Herbst79100.00%1100.00%
Total79100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.