From d658042da1f6b151b39ef8a9c075bcf70f01eefc Mon Sep 17 00:00:00 2001 From: "jianxin.pan" Date: Tue, 29 May 2018 12:58:57 +0800 Subject: [PATCH] eas: update g12b sched eneryg data PD#165090: update g12b sched energy model data Change-Id: I27d4ef858c49098042efb97ad5e60c0256bfecdd Signed-off-by: jianxin.pan --- .../boot/dts/amlogic/g12b-sched-energy.dtsi | 92 ++++++++++++------- 1 file changed, 58 insertions(+), 34 deletions(-) diff --git a/arch/arm64/boot/dts/amlogic/g12b-sched-energy.dtsi b/arch/arm64/boot/dts/amlogic/g12b-sched-energy.dtsi index c6456bdf6f85..1c5fe160b001 100644 --- a/arch/arm64/boot/dts/amlogic/g12b-sched-energy.dtsi +++ b/arch/arm64/boot/dts/amlogic/g12b-sched-energy.dtsi @@ -3,25 +3,17 @@ energy-costs { CPU_COST_A73: core-cost0 { busy-cost-data = < - 390 404 - 615 861 - 782 1398 - 915 2200 - 1024 2848 - >; - idle-cost-data = < - 18 - 0 - 0 - >; - }; - CPU_COST_A53: core-cost1 { - busy-cost-data = < - 133 87 - 250 164 - 351 265 - 429 388 - 462 502 + 54 17 + 135 110 + 270 202 + 360 264 + 540 396 + 648 470 + 755 557 + 816 620 + 868 699 + 920 759 + /*1024 1024*/ >; idle-cost-data = < 5 @@ -29,31 +21,63 @@ 0 >; }; - CLUSTER_COST_A73: cluster-cost0 { + CPU_COST_A53: core-cost1 { busy-cost-data = < - 390 102 - 615 124 - 782 221 - 915 330 - 1024 433 + 33 4 + 83 23 + 166 41 + 221 54 + 332 78 + 399 92 + 465 11 + 503 135 + 535 162 + 567 184 + 631 279 >; idle-cost-data = < - 102 - 102 + 3 + 0 + 0 + >; + }; + CLUSTER_COST_A73: cluster-cost0 { + busy-cost-data = < + 54 17 + 135 20 + 270 25 + 360 27 + 540 35 + 648 40 + 755 49 + 816 57 + 868 54 + 920 64 + /*1024 79*/ + >; + idle-cost-data = < + 10 + 10 0 >; }; CLUSTER_COST_A53: cluster-cost1 { busy-cost-data = < - 133 12 - 250 22 - 351 36 - 429 67 - 462 144 + 33 7 + 83 8 + 166 9 + 221 10 + 332 13 + 399 15 + 465 19 + 503 23 + 535 26 + 567 31 + 631 42 >; idle-cost-data = < - 12 - 12 + 6 + 6 0 >; };