cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Courbot3675.00%133.33%
Ben Skeggs1122.92%133.33%
Greg Kroah-Hartman12.08%133.33%
Total48100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.