]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/gpu/drm/nouveau/include/nvkm/engine/ce.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / gpu / drm / nouveau / include / nvkm / engine / ce.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
aedf24ff
BS
2#ifndef __NVKM_CE_H__
3#define __NVKM_CE_H__
a83d8872 4#include <engine/falcon.h>
aedf24ff 5
53e60da4
BS
6int gt215_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
7int gf100_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
e5b31ca6 8int gk104_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
253a03f0 9int gm107_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
db1eb528 10int gm200_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
8e7e1586 11int gp100_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
a4fa851c 12int gp102_ce_new(struct nvkm_device *, int, struct nvkm_engine **);
aedf24ff 13#endif