forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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 */
22 #ifndef __NVKM_TOP_H__
33 #define __NVKM_TOP_H__
44 #include <core/subdev.h>
....@@ -9,6 +9,7 @@
99 struct list_head device;
1010 };
1111
12
+u32 nvkm_top_addr(struct nvkm_device *, enum nvkm_devidx);
1213 u32 nvkm_top_reset(struct nvkm_device *, enum nvkm_devidx);
1314 u32 nvkm_top_intr(struct nvkm_device *, u32 intr, u64 *subdevs);
1415 u32 nvkm_top_intr_mask(struct nvkm_device *, enum nvkm_devidx);