cregit-Linux how code gets into the kernel

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

#ifndef __NVKM_TOP_PRIV_H__

#define __NVKM_TOP_PRIV_H__

#define nvkm_top(p) container_of((p), struct nvkm_top, subdev)
#include <subdev/top.h>


struct nvkm_top_func {
	
int (*oneinit)(struct nvkm_top *);
};

int nvkm_top_new_(const struct nvkm_top_func *, struct nvkm_device *,
		  int, struct nvkm_top **);


struct nvkm_top_device {
	
enum nvkm_devidx index;
	
u32 addr;
	
int fault;
	
int engine;
	
int runlist;
	
int reset;
	
int intr;
	
struct list_head head;
};

struct nvkm_top_device *nvkm_top_device_new(struct nvkm_top *);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs95100.00%2100.00%
Total95100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.