cregit-Linux how code gets into the kernel

Release 4.11 drivers/gpu/drm/nouveau/nvkm/subdev/bar/priv.h

#ifndef __NVKM_BAR_PRIV_H__

#define __NVKM_BAR_PRIV_H__

#define nvkm_bar(p) container_of((p), struct nvkm_bar, subdev)
#include <subdev/bar.h>

void nvkm_bar_ctor(const struct nvkm_bar_func *, struct nvkm_device *,
		   int, struct nvkm_bar *);


struct nvkm_bar_func {
	
void *(*dtor)(struct nvkm_bar *);
	
int (*oneinit)(struct nvkm_bar *);
	
int (*init)(struct nvkm_bar *);
	
struct nvkm_vm *(*kmap)(struct nvkm_bar *);
	
int  (*umap)(struct nvkm_bar *, u64 size, int type, struct nvkm_vma *);
	
void (*flush)(struct nvkm_bar *);
};

void g84_bar_flush(struct nvkm_bar *);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs10581.40%375.00%
Alexandre Courbot2418.60%125.00%
Total129100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.