i.MX6SL behavior if OpenVG/OpenGL ES API is issued when GPU is power gated.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX6SL behavior if OpenVG/OpenGL ES API is issued when GPU is power gated.

ソリューションへジャンプ
861件の閲覧回数
satoshishimoda
Senior Contributor I

Hi community,

Our patner have a question about i.MX6SL GPU.
You know i.MX6SL GPU is able to be disabled by power gating by REG1_TARG in PMU_REG_CORE register of IMX6SLRM Rev.1.
Then, if OpenVG or OpenGL ES API is issued even tough GPU is power gated, what is happen?
GPU returns error? System stops since unexecutable API? or CPU emulate OpenVG/OpenGL ES API?


Best Regards,
Satoshi Shimoda

ラベル(2)
タグ(2)
0 件の賞賛
返信
1 解決策
759件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

most probably arm core raise exception as access to non-existent

address memory.

Best regards

igor

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

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

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

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
760件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

most probably arm core raise exception as access to non-existent

address memory.

Best regards

igor

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

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

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

0 件の賞賛
返信
759件の閲覧回数
satoshishimoda
Senior Contributor I

Hi Igor,

According to your reply, GPU library released by Vivante does not check whether GPU is powered-on when Open VG or Open GL ES API is issued.

So CPU will try access to GPU memory region.

Is this correct?

Best Regards,

Satoshi Shimoda

0 件の賞賛
返信
759件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

in my reply I never mentioned about "GPU library".

Aslo if software build is configured to use GPU, it will

also configure to power it on.

Best regards

igor