Skip to content

Commit

Permalink
arm64/boot: Adapted starlte cost tables for 2314MHz M3's
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiLux committed Apr 20, 2018
1 parent 8342882 commit 2ee8513
Showing 1 changed file with 80 additions and 76 deletions.
156 changes: 80 additions & 76 deletions arch/arm64/boot/dts/exynos/exynos9810-starlte_eur_open_26.dts
Original file line number Diff line number Diff line change
Expand Up @@ -3127,8 +3127,8 @@
0xFFFFFFFF>;


up-threshold = <79>;
down-threshold = <128>;
up-threshold = <550>;
down-threshold = <290>;
min-residency-us = <8192>;
};

Expand Down Expand Up @@ -3222,27 +3222,27 @@
energy-costs {
CPU_COST_0: core-core0{
busy-cost-data = <
212 215
230 225
263 250
304 289
341 341
378 431
415 517
447 605
521 866
563 1037
600 1242
637 1452
683 1798
717 2025
747 2680
821 3180
886 3970
941 4861
959 5623
1015 6412
1024 7533
425 350
471 384
517 429
558 556
650 642
701 731
747 827
793 986
885 1088
932 1228
1024 1484
>;
busy-cost-data2 = <
549 310
608 350
667 384
719 429
838 556
905 642
964 731
1024 827
>;
idle-cost-data = <
200
Expand All @@ -3252,17 +3252,17 @@
};
CPU_COST_1: core-core1{
busy-cost-data = <
46 22
61 31
72 39
84 51
96 63
107 77
127 105
148 149
171 231
182 240
198 250
78 15
103 22
122 30
142 38
163 48
181 58
215 78
251 108
290 150
309 172
335 220
>;
idle-cost-data = <
200
Expand All @@ -3272,27 +3272,27 @@
};
CLUSTER_COST_0: cluster-core0{
busy-cost-data = <
212 61
230 64
263 70
304 76
341 93
378 123
415 151
447 181
521 268
563 325
600 393
637 463
683 579
717 654
747 873
821 1039
886 1302
941 1600
959 1854
1015 2117
1024 2490
425 105
471 116
517 129
558 168
650 194
701 221
747 250
793 298
885 329
932 371
1024 448
>;
busy-cost-data2 = <
549 93
608 123
667 151
719 181
838 268
905 325
964 393
1024 463
>;
idle-cost-data = <
768
Expand All @@ -3302,17 +3302,17 @@
};
CLUSTER_COST_1: cluster-core1{
busy-cost-data = <
46 1
61 3
72 4
84 7
96 9
107 12
127 18
148 26
171 43
182 53
198 58
78 3
103 4
122 7
142 9
163 12
181 18
215 26
251 43
290 53
309 58
335 65
>;
idle-cost-data = <
200
Expand Down Expand Up @@ -7878,16 +7878,20 @@
device_type = "freqvar-tune";
shared-cpus = "0-3";

boost_table = < 100 598000 60 715000 30 832000 20 949000 10 1053000 0 >;
up_rate_limit_table = < 500 >;
down_rate_limit_table = < 2500 >;
upscale_ratio_table = < 80 >;
boost_table = < 0 >;
boost_table2 = < 30 598000 20 715000 15 832000 10 949000 5 1053000 0 >;
up_rate_limit_table = < 0 >;
down_rate_limit_table = < 8000 >;
upscale_ratio_table = < 70 >;
upscale_ratio_table2 = < 140 598000 90 >;
upscale_ratio_table3 = < 140 598000 130 715000 120 832000 110 949000 100 1053000 90 1248000 90 1456000 90 1690000 90 1794000 90 >;
};
domain@1 {
device_type = "freqvar-tune";
shared-cpus = "4-7";

boost_table = < 20 858000 15 962000 5 1261000 0 >;
boost_table = < 0 >;
boost_table2 = < 20 858000 15 962000 5 1261000 0 >;
up_rate_limit_table = < 500 >;
down_rate_limit_table = < 2500 >;
upscale_ratio_table = < 80 >;
Expand Down Expand Up @@ -7987,9 +7991,9 @@
cal-id = <(0x0B040003)>;
dm-type = <1>;

min-freq = <650000>;
max-freq = <1794000>;
policy-max = <1794000>;
min-freq = <962000>;
max-freq = <2314000>;
policy-max = <2314000>;


pm_qos-min-class = <5>;
Expand Down Expand Up @@ -8020,8 +8024,8 @@
1261000 676000
1170000 676000
1066000 676000
962000 546000
858000 546000
962000 421000
858000 421000
741000 421000
650000 421000
598000 421000 >;
Expand Down

0 comments on commit 2ee8513

Please sign in to comment.