Re: [PATCH 5/5] drm/bridge: ti-sn65dsi86: support booloader enabled display

From: Jeffrey Hugo
Date: Mon Jul 01 2019 - 14:39:58 EST


On 6/30/2019 9:01 AM, Rob Clark wrote:
From: Rob Clark <robdclark@xxxxxxxxxxxx>

Request the enable gpio ASIS to avoid disabling bridge during probe, if
already enabled. And if already enabled, defer enabling runpm until
attach to avoid cutting off the power to the bridge.

Once we get to attach, we know panel and drm driver are probed
successfully, so at this point it i s safe to enable runpm and reset the

is?

bridge. If we do it earlier, we kill efifb (in the case that panel or
drm driver do not probe successfully, giving the user no way to see what
is going on.

Where should the missing ")" be?