Re: [PATCH v5 3/6] drm/vc4: Delay DSI host registration until the panel has probed.

2017-08-04 Thread Boris Brezillon
On Tue, 18 Jul 2017 14:05:07 -0700 Eric Anholt wrote: > The vc4 driver was unusual in that it was delaying the panel lookup > until the attach step, while most DSI hosts will -EPROBE_DEFER until > they get a panel. > > v2: Drop a debug message that slipped in. > >

[PATCH v5 3/6] drm/vc4: Delay DSI host registration until the panel has probed.

2017-07-18 Thread Eric Anholt
The vc4 driver was unusual in that it was delaying the panel lookup until the attach step, while most DSI hosts will -EPROBE_DEFER until they get a panel. v2: Drop a debug message that slipped in. Signed-off-by: Eric Anholt Reviewed-by: Andrzej Hajda (v1)