Skip to content

backends/drm: add another multi gpu fallback

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

The new fallback works by allocating a gbm surface on the secondary GPU, creating an EGL surface for the primary GPU with that gbm surface, and then rendering from the primary GPU to that surface.

This isn't super likely to fix the bug, but it might work on non-NVidia hardware and is worth a shot anyways.

CCBUG: 452219

Merge request reports