cregit-Linux how code gets into the kernel

Release 4.17 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.h

#ifndef __NVKM_UVMM_H__

#define __NVKM_UVMM_H__

#define nvkm_uvmm(p) container_of((p), struct nvkm_uvmm, object)
#include <core/object.h>
#include "vmm.h"


struct nvkm_uvmm {
	
struct nvkm_object object;
	
struct nvkm_vmm *vmm;
};

int nvkm_uvmm_new(const struct nvkm_oclass *, void *argv, u32 argc,
		  struct nvkm_object **);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs56100.00%1100.00%
Total56100.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.