hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/gpu/arm/midgard/mali_kbase_defs.h
....@@ -67,6 +67,7 @@
6767
6868 #include <linux/clk.h>
6969 #include <linux/regulator/consumer.h>
70
+#include <soc/rockchip/rockchip_opp_select.h>
7071
7172 #if defined(CONFIG_PM)
7273 #define KBASE_PM_RUNTIME 1
....@@ -738,7 +739,7 @@
738739 #define KBASE_TRACE_FLAG_JOBSLOT (((u8)1) << 1)
739740
740741 struct kbase_trace {
741
- struct timespec timestamp;
742
+ struct timespec64 timestamp;
742743 u32 thread_id;
743744 u32 cpu;
744745 void *ctx;
....@@ -1087,6 +1088,7 @@
10871088 struct list_head kctx_list;
10881089 struct mutex kctx_list_lock;
10891090
1091
+ struct rockchip_opp_info opp_info;
10901092 #ifdef CONFIG_MALI_DEVFREQ
10911093 struct devfreq_dev_profile devfreq_profile;
10921094 struct devfreq *devfreq;