Hi,
In GLSDK 6.04.00.02, the drm_mode_setplane was asynchronous (non-blocking call), hence simultaneous drm_mode_setplane calls (in case of dual display or video composition) would get fair chance for utilizing the DRM resources and it works in real-time. But in PSDK 02.00.00.00, the drm_mode_setplane call is configured as synchronous (Blocking), hence set plane calls initiated simultaneously are not executing in real-time.
We would like to know why the drm_mode_setplane is configured as synchronous in PSDK 02.00.00.00? And why is this configurability not exposed to user space application?. Will there be any issues if we use drm_mode_setplane in asynchronous mode in PSDK 02.00.00.00?
Thanks,
Prasad.