kwin/plugins/platforms/drm
David Edmundson 6325749f21 Avoid hypothetical crash if output->init fails
Summary:
con->setOutput and crtc->setOutput  is called in Output::~Output so this
is doing it twice redundantly.

More importantly Output::~Output calls crtc->blank(), which means we
need a valid CRTC object there.

Test Plan: Compiles

Reviewers: #plasma, graesslin

Reviewed By: #plasma, graesslin

Subscribers: bshah, plasma-devel, kwin, #kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D8779
2017-11-15 16:09:03 +00:00
..
CMakeLists.txt Merge branch 'Plasma/5.11' 2017-10-09 21:04:41 +02:00
drm.json SVN_SILENT made messages (.desktop file) - always resolve ours 2017-08-30 08:05:15 +02:00
drm_backend.cpp Avoid hypothetical crash if output->init fails 2017-11-15 16:09:03 +00:00
drm_backend.h Debug output for platforms 2017-11-07 19:12:51 +00:00
drm_buffer.cpp [DRM plugin] Reorganize DrmBuffer 2017-05-09 21:00:33 +02:00
drm_buffer.h [DRM plugin] Reorganize DrmBuffer 2017-05-09 21:00:33 +02:00
drm_buffer_gbm.cpp [platforms/drm] Use a shared pointer for gbm_surface 2017-10-05 21:32:46 +02:00
drm_buffer_gbm.h [platforms/drm] Use a shared pointer for gbm_surface 2017-10-05 21:32:46 +02:00
drm_inputeventfilter.cpp
drm_inputeventfilter.h
drm_object.cpp [platforms/drm] At safety checks for the properties 2017-11-13 21:19:31 +01:00
drm_object.h [platforms/drm] At safety checks for the properties 2017-11-13 21:19:31 +01:00
drm_object_connector.cpp [platforms/drm] At safety checks for the properties 2017-11-13 21:19:31 +01:00
drm_object_connector.h [DRM plugin] Correct Atomic Mode Setting 2017-05-09 21:29:10 +02:00
drm_object_crtc.cpp [platforms/drm] At safety checks for the properties 2017-11-13 21:19:31 +01:00
drm_object_crtc.h [DRM plugin] Correct Atomic Mode Setting 2017-05-09 21:29:10 +02:00
drm_object_plane.cpp [platforms/drm] At safety checks for the properties 2017-11-13 21:19:31 +01:00
drm_object_plane.h Support automatic screen rotation based on orientation sensor 2017-11-08 17:44:38 +01:00
drm_output.cpp Support automatic screen rotation based on orientation sensor 2017-11-08 17:44:38 +01:00
drm_output.h Support automatic screen rotation based on orientation sensor 2017-11-08 17:44:38 +01:00
drm_pointer.h
egl_gbm_backend.cpp [platforms/drm] At safety checks for the properties 2017-11-13 21:19:31 +01:00
egl_gbm_backend.h [drm] Implement changing of modes 2017-10-31 12:45:38 +01:00
gbm_surface.cpp [platforms/drm] Use a shared pointer for gbm_surface 2017-10-05 21:32:46 +02:00
gbm_surface.h Fix DRM EGL crash regression 2017-10-12 10:12:24 +02:00
logging.cpp
logging.h
scene_qpainter_drm_backend.cpp [drm] Implement changing of modes 2017-10-31 12:45:38 +01:00
scene_qpainter_drm_backend.h Move QPainter compositor into plugin 2017-09-01 17:44:49 +02:00
screens_drm.cpp Support automatic screen rotation based on orientation sensor 2017-11-08 17:44:38 +01:00
screens_drm.h Support automatic screen rotation based on orientation sensor 2017-11-08 17:44:38 +01:00