[RESEND PATCH v11 08/18] drm: exynos: dsi: Handle proper host initialization

Marek Vasut marex at denx.de
Tue Jan 24 21:00:37 UTC 2023


On 1/23/23 16:12, Jagan Teki wrote:
> From: Marek Szyprowski <m.szyprowski at samsung.com>
> 
> Host transfer() in the DSI master will invoke only when the DSI commands
> are sent from DSI devices like DSI Panel or DSI bridges and this host
> the transfer wouldn't invoke for I2C-based-DSI bridge drivers.
> 
> Handling DSI host initialization in transfer calls misses the controller
> setup for I2C configured DSI bridges.
> 
> This patch updates the DSI host initialization by calling host to init
> from bridge pre_enable as the bridge pre_enable API is invoked by core
> as it is common across all classes of DSI device drivers.
> 
> The host init during pre_enable is conditional and not invoked for Exynos
> as existing downstream drm panels and bridges in Exynos are expecting
> the host initialization during DSI transfer.
> 
> Reviewed-by: Frieder Schrempf <frieder.schrempf at kontron.de>
> Signed-off-by: Marek Szyprowski <m.szyprowski at samsung.com>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>

Reviewed-by: Marek Vasut <marex at denx.de>

Although this probably needs to be revisited.


More information about the dri-devel mailing list