Skip to content

platforms/drm: Prevent initializing EGLDisplay on every restart

Vlad Zahorodnii requested to merge work/egl-display-init into master

Currently, every time compositing is restarted, both the gbm and the egl streams backend will re-obtain the EGLDisplay object.

This is wrong because the core assumption is that the EGL display doesn't change once it has been obtained.

Merge request reports