Hi All, Now i'm using AM3358 with Linux. In my application, I used the 3D graphic module. The software version is gfx_sdk_4.8. The libary I used is libGLESv2.so. 1.9.2139099 In my tst, I used the demo application -- OGLES2ExampleUI to test the performance. However, I found some tremble when the LCD display changes. The tremble happened only once when running for 10 mins. Then I installed the sys-loss patch offered by TI, but this didn't help to eliminate the issue. When testing, the dmesg showed that "LCDC sync loss occured". Afterwards, I change the source code in the file "da8xx-fb.c" : change the LCD_NUM_BUFFERS from 2 to 3, then test. It seemed much better, I couldn't find any tremble in the next 10 minutes. So I'd like to know, what's the imapct if I changed the LCD_NUM_BUFFERS from 2 to 3? Could this be a solution for this issue?
↧