platforms/drm: Prevent initializing EGLDisplay on every restart
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.