Re: [PATCH] drm/bridge: sn65dsi86: defer if there is no dsi host

2021-12-07 Thread Jernej Škrabec
Dne torek, 07. december 2021 ob 21:26:50 CET je Doug Anderson napisal(a): > Hi, > > On Tue, Dec 7, 2021 at 12:03 PM Rob Clark wrote: > > From: Rob Clark > > > > Otherwise we don't get another shot at it if the bridge probes before > > the dsi host is registered. It seems like this is what

Re: [PATCH] drm/bridge: sn65dsi86: defer if there is no dsi host

2021-12-07 Thread Doug Anderson
Hi, On Tue, Dec 7, 2021 at 12:03 PM Rob Clark wrote: > > From: Rob Clark > > Otherwise we don't get another shot at it if the bridge probes before > the dsi host is registered. It seems like this is what *most* (but not > all) of the other bridges do. > > It looks like this was missed in the

[PATCH] drm/bridge: sn65dsi86: defer if there is no dsi host

2021-12-07 Thread Rob Clark
From: Rob Clark Otherwise we don't get another shot at it if the bridge probes before the dsi host is registered. It seems like this is what *most* (but not all) of the other bridges do. It looks like this was missed in the conversion to attach dsi host at probe time. Fixes: c3b75d4734cb