Skip to content

Fix handling multiple DRM devices

David Edmundson requested to merge work/d_ed/drm_fix into master

There is a loop through all devices, we want to break when we find the first working device. A stray 'break' meant we always stopped after the first device regardless.

Merge request reports