platforms/drm: Fix initialization of EGL displays
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.
Please register or sign in to comment