summaryrefslogtreecommitdiff
path: root/mali_kbase/platform
diff options
context:
space:
mode:
authorKevin DuBois <kevindubois@google.com>2022-11-19 00:57:01 +0000
committerKevin DuBois <kevindubois@google.com>2023-01-13 20:16:57 +0000
commit9e2306d8910d542853fc7c6bd04a7d876479f75f (patch)
treedfb8e783438b96bc61253b7076a3a66e68c51492 /mali_kbase/platform
parent8fe2e76b796ba0178a45e460e7094194ccc9e42b (diff)
downloadgpu-9e2306d8910d542853fc7c6bd04a7d876479f75f.tar.gz
mali_kbase: connect rails to ifpo signals by default
IFPO was in neutral by default, it would do the idleness signalling, but not actually turn off the rails. This flag setting made sense at one point, but having the rails connected by default is a less convoluted configuration. Test: build, see rails going off Bug: 265314487 Change-Id: I9c96f0d29c6787f60cb2a47754b204bde1b9fc29
Diffstat (limited to 'mali_kbase/platform')
-rw-r--r--mali_kbase/platform/pixel/pixel_gpu_power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mali_kbase/platform/pixel/pixel_gpu_power.c b/mali_kbase/platform/pixel/pixel_gpu_power.c
index 04ad87e..0853176 100644
--- a/mali_kbase/platform/pixel/pixel_gpu_power.c
+++ b/mali_kbase/platform/pixel/pixel_gpu_power.c
@@ -746,7 +746,7 @@ int gpu_pm_init(struct kbase_device *kbdev)
}
#ifdef CONFIG_MALI_HOST_CONTROLS_SC_RAILS
- pc->pm.ifpo_enabled = false;
+ pc->pm.ifpo_enabled = true;
#endif
if (of_property_read_u32(np, "gpu_pm_autosuspend_delay", &pc->pm.autosuspend_delay)) {