chipset:OMAP3530DCUS+TPS65930+MT29C1G24
OS:Linux-2.6.32 + QT4.6.2(opengl)
Display:LCD 1024x768 24bpp
We want the application of refresh image function on SGX, now we have such use.
But found no ideal performance. I think that use SGX could raise frame frequency,but the actual situation is not. Specific situation is that we put our applications run only on the ARM CPU resources consumption in 90%, frame frequency in about 15. But the refresh image function on SGX,ARM CPU resource consumption in 40%, but only 10 frames. Is it normal? use sgx:
Linux Kernel Module information:
Module Size Used by
bufferclass_ti 3479 0
omaplfb 8242 0
pvrsrvkm 122995 2 bufferclass_ti,omaplfb
We can run gfxsdkdemos from graphics sdk,and can run qtdemo with opengl also.
Run our application:
#./xxxx -qws -display powervr
(xxxx is our qt program,support opengl)
What method can help us improve frame frequency on omap3530? Thanks!