cregit-Linux how code gets into the kernel

Release 4.11 drivers/gpu/drm/nouveau/include/nvkm/core/enum.h

#ifndef __NVKM_ENUM_H__

#define __NVKM_ENUM_H__
#include <core/os.h>


struct nvkm_enum {
	
u32 value;
	
const char *name;
	
const void *data;
	
u32 data2;
};

const struct nvkm_enum *nvkm_enum_find(const struct nvkm_enum *, u32 value);


struct nvkm_bitfield {
	
u32 mask;
	
const char *name;
};

void nvkm_snprintbf(char *, int, const struct nvkm_bitfield *, u32 value);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs7394.81%360.00%
Marcin Ślusarz45.19%240.00%
Total77100.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.