summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeepak Kumar <dkumar@codeaurora.org>2017-03-21 11:47:09 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-20 23:30:45 -0700
commit7e55c6876ff005f6b2cee12aa11058428c2aef86 (patch)
tree1e69418b66a7f5bdc164e16f23eeb6978be86b74
parent687a4eb82be5905f5400678dcaff4e98dad72e3c (diff)
ARM: dts: msm: Enable midframe sampling timer on SDM630
This change enables midframe sampling timer which samples the GPU power stats if the command batch expiry takes longer than the threshold set by KGSL_GOVERNOR_CALL_INTERVAL. This will help the use cases where long running command batches were delaying GPU DCVS decision for increasing the frequency. Change-Id: I41b1dadda348f69d32dd6012a882dbaee20dc691 Signed-off-by: Deepak Kumar <dkumar@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/sdm630-gpu.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi b/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi
index 2448e1894387..0dd2d206ddd5 100644
--- a/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi
+++ b/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi
@@ -132,6 +132,9 @@
qcom,gpu-speed-bin = <0x41a0 0x1fe00000 21>;
+ /* Enable midframe sampling */
+ qcom,enable-midframe-timer;
+
/* GPU Mempools */
qcom,gpu-mempools {
#address-cells= <1>;