gpu:disable platform power down macro
authorJiyu Yang <Jiyu.Yang@amlogic.com>
Wed, 29 Aug 2018 05:34:21 +0000 (13:34 +0800)
committerJiyu Yang <jiyu.yang@amlogic.com>
Tue, 4 Sep 2018 06:04:14 +0000 (23:04 -0700)
PD#173105: gpu:disable platform power down macro

Change-Id: I545cad6b5fe064a10b6a566f1acf071806498073

bifrost/r10p0/kernel/drivers/gpu/arm/midgard/mali_kbase_config_defaults.h
dvalin/kernel/drivers/gpu/arm/midgard/mali_kbase_config_defaults.h

index 684bf5dd8ffc6dbc80678b4f4bc32aa33db095f3..dbb4f977bb33839f97d0cddbc45d5586c6c26ea3 100644 (file)
@@ -270,7 +270,7 @@ enum {
  * Note that as this prevents kbase from powering down shader cores, this limits
  * the available power policies to coarse_demand and always_on.
  */
-#define PLATFORM_POWER_DOWN_ONLY (1)
+#define PLATFORM_POWER_DOWN_ONLY (0)
 
 /*
  * Maximum frequency (in kHz) that the GPU can be clocked. For some platforms
index 376a94bb8b8ab9cc5902f9845ab20fd1bbd0eba6..9d918a804b2fbaa35d01189469ee2019929978a0 100755 (executable)
@@ -264,7 +264,7 @@ enum {
  * Note that as this prevents kbase from powering down shader cores, this limits
  * the available power policies to coarse_demand and always_on.
  */
-#define PLATFORM_POWER_DOWN_ONLY (1)
+#define PLATFORM_POWER_DOWN_ONLY (0)
 
 /**
  * Maximum frequency (in kHz) that the GPU can be clocked. For some platforms