wlroots/backend/drm
Markus Ongyerth 08fda567d2 prevents reuse of outdated wlr_output state
On the drm output the wlr_drm_connector structs are reused.
This struct contains the wlr_output struct, which is reused as well.
The old code kept modes/edid and output state persistent over hotplug.
This nulls the relevant strings, reads newer edid data and removes old
modes on unplug.
2018-02-06 22:45:37 +01:00
..
atomic.c Merge pull request #549 from emersion/output-enabled 2018-01-15 20:53:13 -05:00
backend.c Fix some typos 2018-01-30 16:10:07 +01:00
drm.c prevents reuse of outdated wlr_output state 2018-02-06 22:45:37 +01:00
legacy.c Fix output enable in DRM backend 2018-01-07 00:28:21 +01:00
properties.c Rename files to remove pointless drm prefix 2017-09-30 19:03:34 +13:00
renderer.c Clean up the gbm/egl as well 2018-01-29 11:49:31 +01:00
util.c style: fix sizeof() calls without parentheses 2017-12-28 16:28:19 +01:00