.. | .. |
---|
67 | 67 | |
---|
68 | 68 | #include <linux/clk.h> |
---|
69 | 69 | #include <linux/regulator/consumer.h> |
---|
| 70 | +#include <soc/rockchip/rockchip_opp_select.h> |
---|
70 | 71 | |
---|
71 | 72 | #if defined(CONFIG_PM) |
---|
72 | 73 | #define KBASE_PM_RUNTIME 1 |
---|
.. | .. |
---|
738 | 739 | #define KBASE_TRACE_FLAG_JOBSLOT (((u8)1) << 1) |
---|
739 | 740 | |
---|
740 | 741 | struct kbase_trace { |
---|
741 | | - struct timespec timestamp; |
---|
| 742 | + struct timespec64 timestamp; |
---|
742 | 743 | u32 thread_id; |
---|
743 | 744 | u32 cpu; |
---|
744 | 745 | void *ctx; |
---|
.. | .. |
---|
1087 | 1088 | struct list_head kctx_list; |
---|
1088 | 1089 | struct mutex kctx_list_lock; |
---|
1089 | 1090 | |
---|
| 1091 | + struct rockchip_opp_info opp_info; |
---|
1090 | 1092 | #ifdef CONFIG_MALI_DEVFREQ |
---|
1091 | 1093 | struct devfreq_dev_profile devfreq_profile; |
---|
1092 | 1094 | struct devfreq *devfreq; |
---|