2022-12-07 10:58:35

by Maxime Ripard

[permalink] [raw]
Subject: [PATCH 0/6] drm/vc4: dsi: Conversion to bridge

Hi,

This series converts the vc4 DSI driver to a bridge. It's been in use for a
while on the downstream tree.

Let me know what you think,
Maxime

To: Emma Anholt <[email protected]>
To: Maxime Ripard <[email protected]>
To: David Airlie <[email protected]>
To: Daniel Vetter <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Dave Stevenson <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>

---
Dave Stevenson (6):
drm/vc4: dsi: Rename bridge to out_bridge
drm/vc4: dsi: Move initialisation to encoder_mode_set
drm/vc4: dsi: Remove splitting the bridge chain from the driver
drm/vc4: dsi: Convert to use atomic operations
drm/vc4: dsi: Convert to using a bridge instead of encoder
drm/vc4: dsi: Remove entry to ULPS from vc4_dsi post_disable

drivers/gpu/drm/vc4/vc4_dsi.c | 173 ++++++++++++++++++++++++------------------
1 file changed, 99 insertions(+), 74 deletions(-)
---
base-commit: 99e2d98adc738597abcc5d38b03d0e9858db5c00
change-id: 20221207-rpi-dsi-bridge-09e3bb50dde2

Best regards,
--
Maxime Ripard <[email protected]>


2022-12-15 08:12:49

by Maxime Ripard

[permalink] [raw]
Subject: Re: [PATCH 0/6] drm/vc4: dsi: Conversion to bridge

On Wed, 07 Dec 2022 11:22:43 +0100, Maxime Ripard wrote:
> This series converts the vc4 DSI driver to a bridge. It's been in use for a
> while on the downstream tree.
>
> Let me know what you think,
> Maxime
>
>
> [...]

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime