Re: [PATCH] drm/probe-helper: Fix modes reporting for writeback connector

2018-07-12 Thread Daniel Vetter
On Thu, Jul 12, 2018 at 10:20:35AM +0100, Alexandru-Cosmin Gheorghe wrote: > On Thu, Jul 12, 2018 at 10:55:47AM +0200, Daniel Vetter wrote: > > On Thu, Jul 12, 2018 at 09:48:02AM +0100, Alexandru Gheorghe wrote: > > > Writeback connector is reported as disconnected, currently this causes > > > the

Re: [PATCH] drm/probe-helper: Fix modes reporting for writeback connector

2018-07-12 Thread Alexandru-Cosmin Gheorghe
On Thu, Jul 12, 2018 at 10:55:47AM +0200, Daniel Vetter wrote: > On Thu, Jul 12, 2018 at 09:48:02AM +0100, Alexandru Gheorghe wrote: > > Writeback connector is reported as disconnected, currently this causes > > the setting of the edid property to null and then exit. > > In order to properly get th

Re: [PATCH] drm/probe-helper: Fix modes reporting for writeback connector

2018-07-12 Thread Daniel Vetter
On Thu, Jul 12, 2018 at 09:48:02AM +0100, Alexandru Gheorghe wrote: > Writeback connector is reported as disconnected, currently this causes > the setting of the edid property to null and then exit. > In order to properly get the modes for writeback we need to add an > exception when connector type

[PATCH] drm/probe-helper: Fix modes reporting for writeback connector

2018-07-12 Thread Alexandru Gheorghe
Writeback connector is reported as disconnected, currently this causes the setting of the edid property to null and then exit. In order to properly get the modes for writeback we need to add an exception when connector type is DRM_MODE_CONNECTOR_WRITEBACK. Signed-off-by: Alexandru Gheorghe --- d