Message ID | 20241203-rcar-gh-dsi-v1-0-738ae1a95d2a@ideasonboard.com (mailing list archive) |
---|---|
Headers | show |
Series | drm: Add DSI/DP support for Renesas r8a779h0 V4M and grey-hawk board | expand |
Hi Tomi, On Tue, Dec 3, 2024 at 9:02 AM Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> wrote: > Add everything needed to support the DSI output on Renesas r8a779h0 > (V4M) SoC, and the DP output (via sn65dsi86 DSI to DP bridge) on the > Renesas grey-hawk board. > > Overall the DSI and the board design is almost identical to Renesas > r8a779g0 and white-hawk board. Thanks for your series! > Signed-off-by: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com> Woot, SoB tags for cover letters ;-) Works fine up to 2560x1440 (I don't have a 4K display). Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
On 04/12/2024 10:00, Geert Uytterhoeven wrote: > Hi Tomi, > > On Tue, Dec 3, 2024 at 9:02 AM Tomi Valkeinen > <tomi.valkeinen@ideasonboard.com> wrote: >> Add everything needed to support the DSI output on Renesas r8a779h0 >> (V4M) SoC, and the DP output (via sn65dsi86 DSI to DP bridge) on the >> Renesas grey-hawk board. >> >> Overall the DSI and the board design is almost identical to Renesas >> r8a779g0 and white-hawk board. > > Thanks for your series! > >> Signed-off-by: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com> > > Woot, SoB tags for cover letters ;-) b4 seems to add those by default... > Works fine up to 2560x1440 (I don't have a 4K display). > > Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks! Tomi
Add everything needed to support the DSI output on Renesas r8a779h0 (V4M) SoC, and the DP output (via sn65dsi86 DSI to DP bridge) on the Renesas grey-hawk board. Overall the DSI and the board design is almost identical to Renesas r8a779g0 and white-hawk board. Signed-off-by: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com> --- Tomi Valkeinen (9): dt-bindings: display: bridge: renesas,dsi-csi2-tx: Add r8a779h0 dt-bindings: display: renesas,du: Add r8a779h0 clk: renesas: r8a779h0: Add display clocks drm/rcar-du: dsi: Fix PHY lock bit check drm/rcar-du: dsi: Add r8a779h0 support drm/rcar-du: Add support for r8a779h0 arm64: dts: renesas: gray-hawk-single: Fix indentation arm64: dts: renesas: r8a779h0: Add display support arm64: dts: renesas: gray-hawk-single: Add DisplayPort support .../display/bridge/renesas,dsi-csi2-tx.yaml | 1 + .../devicetree/bindings/display/renesas,du.yaml | 1 + .../boot/dts/renesas/r8a779h0-gray-hawk-single.dts | 119 ++++++++++++++++++--- arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 77 +++++++++++++ drivers/clk/renesas/r8a779h0-cpg-mssr.c | 4 + drivers/gpu/drm/renesas/rcar-du/rcar_du_drv.c | 19 ++++ drivers/gpu/drm/renesas/rcar-du/rcar_du_drv.h | 1 + drivers/gpu/drm/renesas/rcar-du/rcar_du_group.c | 16 +-- drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c | 4 +- .../gpu/drm/renesas/rcar-du/rcar_mipi_dsi_regs.h | 1 - 10 files changed, 223 insertions(+), 20 deletions(-) --- base-commit: adc218676eef25575469234709c2d87185ca223a change-id: 20241008-rcar-gh-dsi-9c01f5deeac8 Best regards,