ARM: dts: msm: Enable midframe sampling timer on SDM660
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: I08ec8f3389c2140e1205096abc2c01f2d3882abc Signed-off-by: Deepak Kumar <dkumar@codeaurora.org>
This commit is contained in:
parent
9bf700385d
commit
fbecfd709f
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@
|
||||||
|
|
||||||
qcom,gpu-speed-bin = <0x41a0 0x1fe00000 21>;
|
qcom,gpu-speed-bin = <0x41a0 0x1fe00000 21>;
|
||||||
|
|
||||||
|
/* Enable midframe sampling */
|
||||||
|
qcom,enable-midframe-timer;
|
||||||
|
|
||||||
/* GPU Mempools */
|
/* GPU Mempools */
|
||||||
qcom,gpu-mempools {
|
qcom,gpu-mempools {
|
||||||
#address-cells= <1>;
|
#address-cells= <1>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue