This patch series adds virtual-plane support to omapdrm driver to allow the use of display wider than 2048 pixels.
The DT bindings are also cleaned up to remove duplication when properties are common to all implementations. Benoit Parrot (4): dt-bindings: display/ti: Move common dispc bindings to omap-dss.txt dt-bindings: display/ti: Add plane binding to dispc node drm/omap: Add virtual plane DT parsing support drm/omap: Add virtual plane support to omap_plane .../devicetree/bindings/display/ti/ti,dra7-dss.txt | 5 - .../devicetree/bindings/display/ti/ti,omap-dss.txt | 70 +++++++++++ .../bindings/display/ti/ti,omap2-dss.txt | 4 - .../bindings/display/ti/ti,omap3-dss.txt | 4 - .../bindings/display/ti/ti,omap4-dss.txt | 4 - .../bindings/display/ti/ti,omap5-dss.txt | 4 - drivers/gpu/drm/omapdrm/dss/dispc.c | 110 ++++++++++++++++ drivers/gpu/drm/omapdrm/dss/omapdss.h | 11 ++ drivers/gpu/drm/omapdrm/omap_drv.c | 18 ++- drivers/gpu/drm/omapdrm/omap_fb.c | 66 ++++++---- drivers/gpu/drm/omapdrm/omap_fb.h | 4 +- drivers/gpu/drm/omapdrm/omap_plane.c | 139 +++++++++++++++------ drivers/gpu/drm/omapdrm/omap_plane.h | 3 +- 13 files changed, 353 insertions(+), 89 deletions(-) -- 2.9.0 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel