kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/top.h
.. .. @@ -1,4 +1,4 @@ 1 -/* SPDX-License-Identifier: GPL-2.0 */1 +/* SPDX-License-Identifier: MIT */2 2 #ifndef __NVKM_TOP_H__ 3 3 #define __NVKM_TOP_H__ 4 4 #include <core/subdev.h> .. .. @@ -9,6 +9,7 @@ 9 9 struct list_head device; 10 10 }; 11 11 12 +u32 nvkm_top_addr(struct nvkm_device *, enum nvkm_devidx);12 13 u32 nvkm_top_reset(struct nvkm_device *, enum nvkm_devidx); 13 14 u32 nvkm_top_intr(struct nvkm_device *, u32 intr, u64 *subdevs); 14 15 u32 nvkm_top_intr_mask(struct nvkm_device *, enum nvkm_devidx);