Skip to content

backend/drm: print stringified connector status in realloc_crtcs()

Simon Ser requested to merge emersion/wlroots:alloc-crtc-log into master

The raw enum value wasn't informative enough. It's not trivial to tell whether 0 means connected or disconnected.

Drop the status from the state after realloc, since the exact same information is printed right above.

Merge request reports