Skip to content

backends/drm: use GBM_BO_USE_SCANOUT when importing buffers for multi gpu

Xaver Hugl requested to merge work/mgpu-fix into master

The gbm surface may not have the scanout use flag, and if the buffer is imported without it, creating the framebuffer may fail

CCBUG: 454086

Merge request reports