forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/gpu/arm/bifrost/platform/rk/mali_kbase_rk.h
....@@ -33,6 +33,8 @@
3333 */
3434 bool is_powered;
3535
36
+ bool is_regulator_on;
37
+
3638 struct kbase_device *kbdev;
3739
3840 struct workqueue_struct *power_off_wq;
....@@ -48,6 +50,9 @@
4850
4951 /* debug only, the period in ms to count gpu_utilisation. */
5052 unsigned int utilisation_period;
53
+
54
+ /* to protect operations on 'is_powered' and clks, pd, vd of gpu. */
55
+ struct mutex lock;
5156 };
5257
5358 /*---------------------------------------------------------------------------*/