[Android] How to keep GPU clock active?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

[Android] How to keep GPU clock active?

跳至解决方案
2,038 次查看
charleshuang
Senior Contributor II

Hi Freescale,

We have several questions about GPU on Android.

Q1. As I known, GPU clock may be closed when GPU is suspend. So, how could I keep GPU clock always active?

Q2. We can get CPU information from /sys/devices/system/cpu/ via kernel command line.

       However, how to get GPU related information? such as GPU clock frequency, status, etc.

Thanks,

Daniel

标签 (4)
0 项奖励
回复
1 解答
1,382 次查看
igorpadykov
NXP Employee
NXP Employee

Hi charles

for clock frequencies one can use dump-clocks.sh utility provided in


Re: increase CPU/GPU frequency on iMX6 Solo

for GPU one can set parameter in ../gc_hal_options.h, gcdPOWEROFF_TIMEOUT to zero.

kernel_imx/gc_hal_options.h at master · boseji/kernel_imx · GitHub

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,383 次查看
igorpadykov
NXP Employee
NXP Employee

Hi charles

for clock frequencies one can use dump-clocks.sh utility provided in


Re: increase CPU/GPU frequency on iMX6 Solo

for GPU one can set parameter in ../gc_hal_options.h, gcdPOWEROFF_TIMEOUT to zero.

kernel_imx/gc_hal_options.h at master · boseji/kernel_imx · GitHub

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复