pass-hal: tm2: Fix value of governor type for bus/gpu resource 84/116584/1
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 17 Feb 2017 06:39:11 +0000 (15:39 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 27 Feb 2017 05:53:34 +0000 (14:53 +0900)
This patch fixes the value of governor type for BUS/GPU h/w resource
because PASS core redefines the governor types as following:
- PASS_GOV_DUMMY         : -1
- PASS_GOV_BASIC         : 0
- PASS_GOV_HOTPLUG_ONLY  : 1
- PASS_GOV_RADIATION     : 2
- PASS_GOV_STEP          : 3

The BUS/GPU resource on TM2 use the PASS_GOV_BASIC governor
which uses both HAL interface and Resource controller.

Change-Id: I408784aa0a1539b32b83b87b6f621655d504784f
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
scripts/pass-resource0.conf
scripts/pass-resource1.conf

index e422130..eb29b81 100644 (file)
@@ -1,6 +1,6 @@
 [Pass]
 pass_support=1
-pass_gov_type=2
+pass_gov_type=3
 
 pass_num_levels=12
 pass_init_level=4
index 0baf9c0..dac8029 100644 (file)
@@ -1,6 +1,6 @@
 [Pass]
 pass_support=1
-pass_gov_type=2
+pass_gov_type=3
 
 pass_num_levels=20
 pass_init_level=4