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. This patch series depends on Peter Ujfalusi's normalized zpos patch set which can be found starting here: https://patchwork.kernel.org/patch/10299041/ Changes since v1: - Added a check to filter out unsupportable display mode based on size - Added Rob reviewed-by for patch #2 - Improve description of patch #3 replace term to remove DRM references and use terminology consistent with the Technical Reference Manual - Fix the reported zpos issue by reusing and locally extending the normalized zpos handling. - Addressed Tomi's review comments Benoit Parrot (6): drm/omap: Add ability to filter out modes which can't be supported 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 drm/omap: Allow wider display when a virtual plane is available .../devicetree/bindings/display/ti/ti,dra7-dss.txt | 5 - .../devicetree/bindings/display/ti/ti,omap-dss.txt | 72 +++++++++ .../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 | 137 +++++++++++++++++ drivers/gpu/drm/omapdrm/dss/omapdss.h | 12 ++ drivers/gpu/drm/omapdrm/omap_connector.c | 11 ++ drivers/gpu/drm/omapdrm/omap_drv.c | 127 +++++++++++++++- drivers/gpu/drm/omapdrm/omap_fb.c | 66 ++++++--- drivers/gpu/drm/omapdrm/omap_fb.h | 4 +- drivers/gpu/drm/omapdrm/omap_plane.c | 163 ++++++++++++++++----- drivers/gpu/drm/omapdrm/omap_plane.h | 5 +- 14 files changed, 528 insertions(+), 90 deletions(-) -- 2.9.0 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel