arm64: dts: rockchip: Add dynamic-power-coefficient to rk3399 GPU#532
Open
LZhaoM wants to merge 1 commit intoradxa:linux-6.1-stan-rkr5.1from
Open
arm64: dts: rockchip: Add dynamic-power-coefficient to rk3399 GPU#532LZhaoM wants to merge 1 commit intoradxa:linux-6.1-stan-rkr5.1from
LZhaoM wants to merge 1 commit intoradxa:linux-6.1-stan-rkr5.1from
Conversation
LZhaoM
commented
Mar 27, 2026
On a Radxa Rock 4B+ board, when executing the following stress test command for a few hours: glmark2-es2 -b refract:duration=60 -s 3840x2160 --off-screen --run-forever The SoC temperature will increase gradually until it reaches the critical temperature and triggers shutdown. Kernel log: kernel: thermal thermal_zone1: gpu-thermal: critical temperature reached, shutting down kernel: reboot: HARDWARE PROTECTION shutdown (Temperature too high) The reason is that the device tree gpu node does not provide a dynamic-power-coefficient; without this value, the gpu cooling device is not registered[0][1], so it will reach the critical temperature. The value 2640 is based on this upstream patch: https://lore.kernel.org/all/20231127081511.1911706-1-lukasz.luba@arm.com [0]: https://github.com/radxa/kernel/blob/8582469f117fdfd5d1ab88fa7e4e15c3b714bf24/drivers/thermal/devfreq_cooling.c#L484-L489 [1]: https://github.com/radxa/kernel/blob/8582469f117fdfd5d1ab88fa7e4e15c3b714bf24/drivers/opp/of.c#L1594-L1606
RadxaYuntian
approved these changes
Mar 27, 2026
Member
RadxaYuntian
left a comment
There was a problem hiding this comment.
上游来的改动还是一般尽量cherrypick过来,保留原始提交信息
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.