ARM: dts: msm: override initial pwrlevel for MSM8996ProAU
Current DRM driver set GPU clock rate with initial pwrlevel and use it all the time. This value is too low and couldn't cover many computing tasks. Change to a higher value for automotive system. Change-Id: I348f187bfb8c0c2a3936a132bc0142fd5553226c Signed-off-by: Kasin Li <donglil@codeaurora.org>
This commit is contained in:
parent
0045ec6f11
commit
af803bcd66
1 changed files with 9 additions and 0 deletions
|
@ -459,3 +459,12 @@
|
|||
< 0 0 >,
|
||||
< 315000000 4 >;
|
||||
};
|
||||
|
||||
/* GPU overrides for auto */
|
||||
&msm_gpu {
|
||||
qcom,gpu-pwrlevel-bins {
|
||||
qcom,gpu-pwrlevels-0 {
|
||||
qcom,initial-pwrlevel = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue