forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/gpu/drm/nouveau/nvkm/engine/device/priv.h
....@@ -1,8 +1,9 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
1
+/* SPDX-License-Identifier: MIT */
22 #ifndef __NVKM_DEVICE_PRIV_H__
33 #define __NVKM_DEVICE_PRIV_H__
44 #include <core/device.h>
55
6
+#include <subdev/acr.h>
67 #include <subdev/bar.h>
78 #include <subdev/bios.h>
89 #include <subdev/bus.h>
....@@ -12,6 +13,7 @@
1213 #include <subdev/fb.h>
1314 #include <subdev/fuse.h>
1415 #include <subdev/gpio.h>
16
+#include <subdev/gsp.h>
1517 #include <subdev/i2c.h>
1618 #include <subdev/ibus.h>
1719 #include <subdev/iccsense.h>
....@@ -26,7 +28,6 @@
2628 #include <subdev/timer.h>
2729 #include <subdev/top.h>
2830 #include <subdev/volt.h>
29
-#include <subdev/secboot.h>
3031
3132 #include <engine/bsp.h>
3233 #include <engine/ce.h>