Hi Jagan,
On 03.03.2022 17:36, Jagan Teki wrote:
Updated series about drm bridge conversion of exynos dsi.
Previous version can be accessible, here [1].
Patch 1: tc358764 panel_bridge API
Patch 2: connector reset
Patch 3: bridge attach in MIC
Patch 4: panel_bridge API
Patch 5: bridge conversion
Patch 6: atomic functions
Any inputs?
I'm really sorry for the delay on my side. I was really busy with other things and I was not able to check the display of the boards with remote access.
Finally, this patchset works properly on all my Exynos-based test systems:
1. Exynos4210 Trats with Samsung s6e8aa0 DSI panel
2. Exynos4412 Trats2 with Samsung s6e8aa0 DSI panel
3. Exynos5250 Arndale with TC358764 DSI-LVDS bridge and LVDS panel
4. Exynos5433 TM2e with Samsung s6e3hf2 DSI panel and internal Exynos MIC bridge
I will post my acked-by and tested-by tags for each patch.
Jagan.
Jagan Teki (6): drm: bridge: tc358764: Use drm panel_bridge API drm: bridge: panel: Reset the connector state pointer exynos: drm: dsi: Attach in_bridge in MIC driver drm: exynos: dsi: Use drm panel_bridge API drm: exynos: dsi: Convert to bridge driver drm: exynos: dsi: Switch to atomic funcs
drivers/gpu/drm/bridge/panel.c | 3 + drivers/gpu/drm/bridge/tc358764.c | 104 +--------- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 241 ++++++------------------ drivers/gpu/drm/exynos/exynos_drm_mic.c | 22 +++ 4 files changed, 93 insertions(+), 277 deletions(-)
Best regards