cregit-Linux how code gets into the kernel

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

#ifndef __NVBIOS_VMAP_H__

#define __NVBIOS_VMAP_H__

struct nvbios_vmap {
	
u8  max0;
	
u8  max1;
	
u8  max2;
};

u32 nvbios_vmap_table(struct nvkm_bios *, u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
u32 nvbios_vmap_parse(struct nvkm_bios *, u8 *ver, u8 *hdr, u8 *cnt, u8 *len,
		      struct nvbios_vmap *);


struct nvbios_vmap_entry {
	
u8  mode;
	
u8  link;
	
u32 min;
	
u32 max;
	
s32 arg[6];
};

u32 nvbios_vmap_entry(struct nvkm_bios *, int idx, u8 *ver, u8 *len);
u32 nvbios_vmap_entry_parse(struct nvkm_bios *, int idx, u8 *ver, u8 *len,
			    struct nvbios_vmap_entry *);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs12791.37%360.00%
Karol Herbst128.63%240.00%
Total139100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.