platforms/drm: Don't create outputs without primary plane in AMS
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