dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] drm: rcar-du: r8a77965 DU support
@ 2018-04-27 22:21 Kieran Bingham
  2018-04-27 22:21 ` [PATCH v3 1/5] dt-bindings: display: renesas: Add R-Car M3-N HDMI TX DT bindings Kieran Bingham
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Kieran Bingham @ 2018-04-27 22:21 UTC (permalink / raw)
  To: linux-renesas-soc, Laurent Pinchart, dri-devel, Kieran Bingham,
	geert

The r8a77965 M3-N platform supports a DPAD, HDMI and LVDS output, along
3 DU channels. However, DU2 is not available in the hardware, with the
DPAD instead being routed through DU3.

Provide support for this non-linear indexing with updates to the rcar-du
driver, before adding the device info structure for the r8a77965.


Kieran Bingham (5):
  dt-bindings: display: renesas: Add R-Car M3-N HDMI TX DT bindings
  pinctrl: sh-pfc: r8a77965: Add DU RGB output pins, groups and
    functions
  drm: rcar-du: Split CRTC handling to support hardware indexing
  drm: rcar-du: Allow DU groups to work with hardware indexing
  drm: rcar-du: Add R8A77965 support

 .../display/bridge/renesas,dw-hdmi.txt        |   1 +
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c        |  26 ++--
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h        |   3 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c         |  51 ++++++--
 drivers/gpu/drm/rcar-du/rcar_du_drv.h         |   4 +-
 drivers/gpu/drm/rcar-du/rcar_du_group.c       |  14 ++-
 drivers/gpu/drm/rcar-du/rcar_du_group.h       |   2 +
 drivers/gpu/drm/rcar-du/rcar_du_kms.c         |  23 +++-
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c         | 116 ++++++++++++++++++
 9 files changed, 203 insertions(+), 37 deletions(-)

-- 
2.17.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-02 10:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-27 22:21 [PATCH v3 0/5] drm: rcar-du: r8a77965 DU support Kieran Bingham
2018-04-27 22:21 ` [PATCH v3 1/5] dt-bindings: display: renesas: Add R-Car M3-N HDMI TX DT bindings Kieran Bingham
2018-04-27 22:21 ` [PATCH v3 2/5] pinctrl: sh-pfc: r8a77965: Add DU RGB output pins, groups and functions Kieran Bingham
2018-04-27 22:21 ` [PATCH v3 3/5] drm: rcar-du: Split CRTC handling to support hardware indexing Kieran Bingham
2018-04-27 22:21 ` [PATCH v3 4/5] drm: rcar-du: Allow DU groups to work with " Kieran Bingham
2018-04-27 22:21 ` [PATCH v3 5/5] drm: rcar-du: Add R8A77965 support Kieran Bingham
2018-04-27 22:43 ` [PATCH v3 0/5] drm: rcar-du: r8a77965 DU support Laurent Pinchart
2018-05-02  8:59   ` Geert Uytterhoeven
2018-05-02 10:13     ` Kieran Bingham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox