cregit-Linux how code gets into the kernel

Release 4.18 drivers/gpu/drm/nouveau/include/nvkm/engine/ce.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NVKM_CE_H__

#define __NVKM_CE_H__
#include <engine/falcon.h>

int gt215_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
int gf100_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
int gk104_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
int gm107_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
int gm200_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
int gp100_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
int gp102_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
int gv100_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs13199.24%1493.33%
Greg Kroah-Hartman10.76%16.67%
Total132100.00%15100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.