Hi Kieran, Thank you for the patches. On Saturday, 28 April 2018 01:21:49 EEST Kieran Bingham wrote: > 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 I've taken the whole series in my tree for v4.18. > .../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(-) -- Regards, Laurent Pinchart