Skip to content

platforms/drm: Don't create outputs without primary plane in AMS

Xaver Hugl requested to merge work/fix-output-teardown into master

While !844 (merged) will completely remove the problem, this is a quick fix to prevent a crash: When the primary plane is nullptr the DrmPipeline doesn't get created, which is used in teardown()

Edited by Xaver Hugl

Merge request reports