xref: /linux/drivers/gpu/drm/nouveau/include/nvkm/engine/ce.h (revision ca55b2fef3a9373fcfc30f82fd26bc7fccbda732)
1 #ifndef __NVKM_CE_H__
2 #define __NVKM_CE_H__
3 #include <engine/falcon.h>
4 
5 int gt215_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
6 int gf100_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
7 int gk104_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
8 int gm204_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
9 #endif
10