wlroots/backend/drm
Simon Ser b01d97a38f backend/drm: drop attempt_enable_needs_modeset
Modesets require a buffer. The DRM backend tried to auto-enable
outputs when a CRTC becomes available in the past, but now that
fails because no buffer is available.

Instead of having this magic inside the DRM backend, a better
approach is to do it in the compositor or in an optional helper.
2021-09-07 22:33:40 +02:00
..
atomic.c
backend.c backend/drm: fix crash on VT switch 2021-09-07 11:34:53 +02:00
bo_handle_table.c
cvt.c
drm.c backend/drm: drop attempt_enable_needs_modeset 2021-09-07 22:33:40 +02:00
legacy.c
meson.build
properties.c
renderer.c
util.c