Age | Commit message (Collapse) | Author |
|
|
|
|
|
wlr_drm_connector were being freed without removing them
from the drm->outputs list, segfaulting on destroy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update Connector-CRTC bindings after resume in DRM backend
|
|
and always use it when matching CRTCs with connectors.
Fix deactivated monitors check.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
|
|
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
|
|
|
|
Fix #188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This prevents a potential infinite loop preventing us from closing
properly.
|
|
|
|
DisplayPort MST connectors will disappear when they're disconnected, so
we need to check for that.
|
|
|
|
|
|
|
|
This follows-up on #105 that just initialized to 0.
Instead, make sure we actually found an output that matches
|
|
`index` might be uninitialized. Warning can be produced with gcc and `-01` flag.
|
|
|