kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/mc.h
.. .. @@ -1,4 +1,4 @@ 1 -/* SPDX-License-Identifier: GPL-2.0 */1 +/* SPDX-License-Identifier: MIT */2 2 #ifndef __NVKM_MC_H__ 3 3 #define __NVKM_MC_H__ 4 4 #include <core/subdev.h> .. .. @@ -31,4 +31,5 @@ 31 31 int gk20a_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 32 32 int gp100_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 33 33 int gp10b_mc_new(struct nvkm_device *, int, struct nvkm_mc **); 34 +int tu102_mc_new(struct nvkm_device *, int, struct nvkm_mc **);34 35 #endif