[Patch 0/4] drm/omap: Add virtual-planes support

Benoit Parrot bparrot at ti.com
Fri Mar 2 13:48:00 UTC 2018


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



More information about the dri-devel mailing list