Re: [PATCH] drm/meson: Fix driver bind when only CVBS is available

2017-06-07 Thread Sean Paul
On Mon, May 29, 2017 at 04:15:52PM +0200, Neil Armstrong wrote: > While introducing HDMI support, component matching on connectors node > were bypassed since no driver would actually bind on the DT node. > But when only a CVBS connector is present, only a single node is found > in the graph, but ig

Re: [PATCH] drm/meson: Fix driver bind when only CVBS is available

2017-06-06 Thread Neil Armstrong
On 05/29/2017 04:15 PM, Neil Armstrong wrote: > While introducing HDMI support, component matching on connectors node > were bypassed since no driver would actually bind on the DT node. > But when only a CVBS connector is present, only a single node is found > in the graph, but ignored and a NULL m

[PATCH] drm/meson: Fix driver bind when only CVBS is available

2017-05-29 Thread Neil Armstrong
While introducing HDMI support, component matching on connectors node were bypassed since no driver would actually bind on the DT node. But when only a CVBS connector is present, only a single node is found in the graph, but ignored and a NULL match table is given to the component code. This code