wlroots/backend/drm
Daniel Playfair Cal a055f23b3b backend/drm: keep removed modes allocated if they are in use
After a fixed mode is removed from an output, it remains the current or
pending mode for an output until the compositor requests a different
mode. This change ensures that removed modes are not freed until the
compositor has had the opportunity to know that the mode was removed,
and in the case of the current or pending mode, that the mode is no
longer the current or pending mode.
2021-01-10 18:04:15 +11:00
..
atomic.c backend/drm: use connector log helpers in atomic backend 2020-12-24 17:55:45 +01:00
backend.c remove unnecessary egl includes 2021-01-07 17:11:22 +01:00
cvt.c backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.c backend/drm: keep removed modes allocated if they are in use 2021-01-10 18:04:15 +11:00
legacy.c backend/drm: don't log errno on plane_get_next_fb failure 2021-01-07 16:53:20 +01:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
properties.c backend/drm: "scaling mode" is a connector property 2020-11-30 11:57:08 +01:00
renderer.c remove unnecessary egl includes 2021-01-07 17:11:22 +01:00
util.c drm: add fallback drmModeAddFB for drivers which do not support drmModeAddFB2 2020-12-28 14:15:04 +01:00