platforms/drm: support tiled displays
Tiled displays are using more than one display controller and must be driven with more than one connector. This is now done by having Scene
render to all RenderOutput
s for a given AbstractOutput
and afterwards presents all of them at once. This can also be done more efficiently (see #78 for details) but that will have to wait for another day.
Edited by Xaver Hugl