View Single Post
pH5's Avatar
Posts: 138 | Thanked: 375 times | Joined on Aug 2009 @ Berlin
#597
Originally Posted by javispedro View Post
We can even fix this in client applications, by just issuing a omapfb refresh after every egl swap buffers call. The issue is that we want to try not "going this way" since it would be bad from a performance PoV. Ideally the driver would be more aware of the n810 framebuffer setup.
Are there any hooks in the mbxaccess driver that will be called upon eglSwapBuffers?

omaplcd_ddc_swaptosystem and omaplcd_ddc_process_vsyncflip in omapfb_displayclass.c do look interesting, but unfortunately the functions that are called to register them with mbxaccess just don't (mbxaccess_RegisterDisplayClassDevice and mbxaccess_RegisterCmdProcList in mbxaccess_pvrclassjtable.c).