efl/src/lib/ecore_drm2
Derek Foreman 280c82fdd4 ecore_drm2: Don't try to disable all devices when session deactivates
We get this callback after we've lost the drm device to logind, so
deactivating stuff here will just generate a lot of ERR messages
and break our internal book-keeping.

Instead, we just turn on DPMS on session activation instead of trying
to go through the output enable path (that will bail if it's already
enabled)

This could potentially result in a display that's enabled and DPMS
off being switched back on during session activation - if that's a real
problem we can restore the previous dpms state instead...

@fix T5483
2017-06-02 15:50:09 -05:00
..
Ecore_Drm2.h elput/drm: redo xkb context/keymap setting 2017-05-26 16:27:42 -04:00
ecore_drm2.c ecore-drm2: Add library symlink to merge atomic commit requests 2017-04-18 07:55:10 -04:00
ecore_drm2_device.c ecore_drm2: Don't try to disable all devices when session deactivates 2017-06-02 15:50:09 -05:00
ecore_drm2_fb.c ecore_drm2: Rename _release_buffer and make it private instead of static 2017-06-02 15:50:08 -05:00
ecore_drm2_outputs.c ecore_drm2: Fix dpms shutdown while disabling outputs 2017-06-02 15:50:08 -05:00
ecore_drm2_plane.c ecore-drm2: Minor formatting fix 2017-05-30 15:56:51 -04:00
ecore_drm2_private.h ecore_drm2: Rename _release_buffer and make it private instead of static 2017-06-02 15:50:08 -05:00