Re: [RFC PATCH 1/3] drm/panel: Support panel detection

2018-04-30 Thread Boris Brezillon
Hi Daniel, On Mon, 30 Apr 2018 18:08:47 +0200 Daniel Vetter wrote: > On Mon, Apr 30, 2018 at 04:43:21PM +0200, Boris Brezillon wrote: > > Some panels might be connected through extension boards and might not > > be available when the system boots. Extend the panel interface to > > support panel

Re: [RFC PATCH 1/3] drm/panel: Support panel detection

2018-04-30 Thread Daniel Vetter
On Mon, Apr 30, 2018 at 04:43:21PM +0200, Boris Brezillon wrote: > Some panels might be connected through extension boards and might not > be available when the system boots. Extend the panel interface to > support panel detection. > > An optional ->detect() hook is added and, if implemented, will

[RFC PATCH 1/3] drm/panel: Support panel detection

2018-04-30 Thread Boris Brezillon
Some panels might be connected through extension boards and might not be available when the system boots. Extend the panel interface to support panel detection. An optional ->detect() hook is added and, if implemented, will be called every time the panel user wants to know if the panel is connecte