cregit-Linux how code gets into the kernel

Release 4.17 drivers/gpu/drm/nouveau/include/nvif/mem.h

#ifndef __NVIF_MEM_H__

#define __NVIF_MEM_H__
#include "mmu.h"


struct nvif_mem {
	
struct nvif_object object;
	
u8  type;
	
u8  page;
	
u64 addr;
	
u64 size;
};

int nvif_mem_init_type(struct nvif_mmu *mmu, s32 oclass, int type, u8 page,
		       u64 size, void *argv, u32 argc, struct nvif_mem *);
int nvif_mem_init(struct nvif_mmu *mmu, s32 oclass, u8 type, u8 page,
		  u64 size, void *argv, u32 argc, struct nvif_mem *);
void nvif_mem_fini(struct nvif_mem *);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs104100.00%1100.00%
Total104100.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.