cregit-Linux how code gets into the kernel

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

#ifndef __NVBIOS_ICCSENSE_H__

#define __NVBIOS_ICCSENSE_H__

struct pwr_rail_resistor_t {
	
u8 mohm;
	
bool enabled;
};


struct pwr_rail_t {
	
u8 mode;
	
u8 extdev_id;
	
u8 resistor_count;
	
struct pwr_rail_resistor_t resistors[3];
	
u16 config;
};


struct nvbios_iccsense {
	
int nr_entry;
	
struct pwr_rail_t *rail;
};

int nvbios_iccsense_parse(struct nvkm_bios *, struct nvbios_iccsense *);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Martin Peres4769.12%150.00%
Karol Herbst2130.88%150.00%
Total68100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.