wlroots-hyprland/backend/drm
Simon Ser bde68b1df7 backend/drm: refuse to switch CRTC for enabled connector
match_obj() might return a configuration where the CRTC for an
enabled connector is switched to another one.

We don't support this correctly: the wlr_output common code would
need to query again the supported formats, re-allocate the
swapchain, etc.

What's more, the kernel doesn't even support this [1]: it
requires planes to be disabled to change their CRTC, it rejects
commits directly switching the CRTC used by a plane.

[1]: https://cgit.freedesktop.org/drm/drm-misc/tree/drivers/gpu/drm/drm_atomic.c?h=6e90293618ed476d6b11f82ce724efbb9e9a071b#n697
2022-12-13 19:15:09 +00:00
..
atomic.c backend/drm: store pending FB in state 2022-12-07 17:45:59 +01:00
backend.c backend/drm: rename wlr_drm_backend.outputs to connectors 2022-12-13 19:15:09 +00:00
cvt.c backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.c backend/drm: refuse to switch CRTC for enabled connector 2022-12-13 19:15:09 +00:00
gen_pnpids.sh backend/drm: use pnp.ids to fetch EDID data 2022-11-09 00:25:18 +03:00
legacy.c backend/drm: store pending FB in state 2022-12-07 17:45:59 +01:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00
monitor.c backend/drm: add wlr_drm_backend_monitor 2021-12-13 14:55:16 +01:00
properties.c backend/drm: set "max bpc" to the max 2022-06-19 16:55:36 +00:00
renderer.c backend/drm: store pending FB in state 2022-12-07 17:45:59 +01:00
util.c backend/drm: add drm_connector_status_str() 2022-12-13 16:50:27 +00:00