This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5728: I want to commit(true) one surface of GC320, not total surface.

Part Number: AM5728

Tool/software: Linux

Hi.

I have developed our producet  with graphics-ti-gc320-test-ti-5.0.11.p7.tar and galRunTest2_drm.c  using GC320.

we have one problem. we create five surfaces( gcoSURF_Construct ). and If one of five surfaces call gcoHAL_Commit(true or false) ,  gcoHAL_Commit(false) of four surfaces is blocked.

we want gcoHAL_Commit(false) of four surfaces is to async.

or gcoHAL_Commit(true) wait for completing computation of pixels of all(creatd) surface. i want to wait for completing computation of pixels of specified surface not all(creatd) surface.

How do i solve it ?

Thansk a lot.