Skip to content

platforms/drm: correct multi-gpu mistake

Xaver Hugl requested to merge work/fix-multi-gpu into master

As all outputs from secondary GPUs are in the same map as the ones from the primary GPU, EglMultiBackend::findBackend always returned the primary backend. To fix that, search in secondary backends first.

@carlosdem this should fix the black screen

Merge request reports