wlroots/backend/drm
Simon Ser f72686c0b6 backend/drm: fix crash in session_signal
conn->crtc is NULL in case the output is disabled.

However, the DRM backend will set the GAMMA_LUT property anyway. On each
commit the whole state is sent to KMS. Adding WLR_DRM_CRTC_GAMMA_LUT to
the pending state would just make the backend re-create the blob
containing the gamma LUT.
2020-05-10 12:07:05 +02:00
..
atomic.c backend/drm: simplify atomic commit logic 2020-05-10 09:21:04 +02:00
backend.c backend/drm: fix crash in session_signal 2020-05-10 12:07:05 +02:00
cvt.c backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.c backend/drm: simplify atomic commit logic 2020-05-10 09:21:04 +02:00
legacy.c backend/drm: GAMMA_LUT_SIZE isn't atomic 2020-05-10 09:20:46 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
properties.c backend/drm: add support for adaptive_sync_enabled 2020-03-06 21:32:58 +01:00
renderer.c backend/drm: strip alpha channel if necessary 2020-04-29 08:32:06 +02:00
util.c backend/drm: introduce wlr_drm_fb 2020-04-28 09:54:52 +02:00