kernel/drivers/gpu/drm/nouveau/include/nvkm/engine/ce.h
.. .. @@ -1,4 +1,4 @@ 1 -/* SPDX-License-Identifier: GPL-2.0 */1 +/* SPDX-License-Identifier: MIT */2 2 #ifndef __NVKM_CE_H__ 3 3 #define __NVKM_CE_H__ 4 4 #include <engine/falcon.h> .. .. @@ -11,4 +11,5 @@ 11 11 int gp100_ce_new(struct nvkm_device *, int, struct nvkm_engine **); 12 12 int gp102_ce_new(struct nvkm_device *, int, struct nvkm_engine **); 13 13 int gv100_ce_new(struct nvkm_device *, int, struct nvkm_engine **); 14 +int tu102_ce_new(struct nvkm_device *, int, struct nvkm_engine **);14 15 #endif