cregit-Linux how code gets into the kernel

Release 4.12 drivers/gpu/drm/nouveau/include/nvkm/engine/nvdec.h

#ifndef __NVKM_NVDEC_H__

#define __NVKM_NVDEC_H__

#define nvkm_nvdec(p) container_of((p), struct nvkm_nvdec, engine)
#include <core/engine.h>


struct nvkm_nvdec {
	
struct nvkm_engine engine;
	
struct nvkm_falcon *falcon;
};

int gp102_nvdec_new(struct nvkm_device *, int, struct nvkm_nvdec **);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Alexandre Courbot3676.60%150.00%
Ben Skeggs1123.40%150.00%
Total47100.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.