Re: [PATCH v2 2/2] drm/ingenic: Fix driver not probing when IPU port is missing

2020-08-31 Thread Paul Cercueil
Le dim. 30 août 2020 à 21:21, Ezequiel Garcia a écrit : Hi Paul, On Thu, 27 Aug 2020 at 09:04, Paul Cercueil wrote: Even if support for the IPU was compiled in, we may run on a device (e.g. the Qi LB60) where the IPU is not available, or simply with an old devicetree without the

Re: [PATCH v2 2/2] drm/ingenic: Fix driver not probing when IPU port is missing

2020-08-30 Thread Ezequiel Garcia
Hi Paul, On Thu, 27 Aug 2020 at 09:04, Paul Cercueil wrote: > > Even if support for the IPU was compiled in, we may run on a device > (e.g. the Qi LB60) where the IPU is not available, or simply with an old > devicetree without the IPU node. In that case the ingenic-drm refused to > probe. > >

Re: [PATCH v2 2/2] drm/ingenic: Fix driver not probing when IPU port is missing

2020-08-29 Thread Sam Ravnborg
On Thu, Aug 27, 2020 at 01:44:04PM +0200, Paul Cercueil wrote: > Even if support for the IPU was compiled in, we may run on a device > (e.g. the Qi LB60) where the IPU is not available, or simply with an old > devicetree without the IPU node. In that case the ingenic-drm refused to > probe. > >

[PATCH v2 2/2] drm/ingenic: Fix driver not probing when IPU port is missing

2020-08-28 Thread Paul Cercueil
Even if support for the IPU was compiled in, we may run on a device (e.g. the Qi LB60) where the IPU is not available, or simply with an old devicetree without the IPU node. In that case the ingenic-drm refused to probe. Fix the driver so that it will probe even if the IPU node is not present in