mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
This patch was required to fix explicity buffer synchronization, such as that used by weston-simple-dmabuf-egl. The standard sync methods now work properly, so we don't need this patch anymore. Note that in order to run weston-simple-dmabuf-egl, the default drm render node can't be used. The following will work (where card0 is the drm display device corresponding with the integrated graphics): weston-simple-dmabuf-egl -d /dev/dri/card0 Signed-off-by: Kurt Kiefer <kekiefer@gmail.com>