Re: [PATCH v3 10/13] drm/bridge: tc358762: Move tc358762_init() into tc358762_enable()
From: Andreas Kemnade
Date: Fri May 29 2026 - 15:22:55 EST
On Wed, 13 May 2026 16:10:19 +0300
Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx> wrote:
> The only thing tc358762_enable() does is call tc358762_init(). Inline
> the tc358762_init() into tc358762_enable(), for simplicity and to make
> it easier to improve the tc358762_enable() in the following commits. No
> functional change.
>
hmm, isn't video already on in _enable? I guess before using high speed mode,
don't we need to have configured the dsi interface relevant registers (lanes, etc.).
If they do not use good default values. Not studied that yet, as I am still
fiddling with my panel driver which does some things differently before trying
to generalize the bridge driver to fit my use case.
Regards,
Andreas