Skip to content

backends/drm: don't update outputs from within DrmGpu

Xaver Hugl requested to merge work/zamundaaa/dont-delete-and-active into master

DrmBackend::updateOutputs may delete DrmGpu objects, so calling it from within a DrmGpu method can cause problems

BUG: 483008 FIXED-IN: 6.1.0

Merge request reports