[Android] How to keep GPU clock active?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[Android] How to keep GPU clock active?

Jump to solution
1,345 Views
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

Labels (4)
0 Kudos
1 Solution
689 Views
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!

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

View solution in original post

0 Kudos
1 Reply
690 Views
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 Kudos