Re: [PATCH 19/48] drm: omapdrm: displays: Get encoder source at connect time

2017-10-15 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:59:15PM +0300, Laurent Pinchart wrote: > The encoder drivers need a handle to the source they are connected to in > order to control the source. > > All drivers get that handle at probe time, resulting in probe deferral > when the source hasn't been probed yet. Howe

[PATCH 19/48] drm: omapdrm: displays: Get encoder source at connect time

2017-10-13 Thread Laurent Pinchart
The encoder drivers need a handle to the source they are connected to in order to control the source. All drivers get that handle at probe time, resulting in probe deferral when the source hasn't been probed yet. However they don't need the handle until their connect handler is called. Move retri