Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-10 Thread Paul Cercueil
Hi Daniel, Le mar., août 10 2021 at 12:59:53 +0200, Daniel Vetter a écrit : On Tue, Aug 10, 2021 at 12:33:04PM +0200, Paul Cercueil wrote: Hi Daniel, Le mar., août 10 2021 at 11:35:43 +0200, Daniel Vetter a écrit : > On Fri, Aug 06, 2021 at 01:01:33PM +0200, Paul Cercueil wrote: > >

Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-10 Thread Daniel Vetter
On Tue, Aug 10, 2021 at 12:33:04PM +0200, Paul Cercueil wrote: > Hi Daniel, > > Le mar., août 10 2021 at 11:35:43 +0200, Daniel Vetter a > écrit : > > On Fri, Aug 06, 2021 at 01:01:33PM +0200, Paul Cercueil wrote: > > > Hi Greg, > > > > > > Le ven., août 6 2021 at 12:17:55 +0200, Greg Kroah-Ha

Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-10 Thread Daniel Vetter
On Tue, Aug 10, 2021 at 12:40:39PM +0200, Paul Cercueil wrote: > Hi Greg, > > Le mar., août 10 2021 at 11:47:32 +0200, Greg Kroah-Hartman > a écrit : > > On Fri, Aug 06, 2021 at 01:01:33PM +0200, Paul Cercueil wrote: > > > Hi Greg, > > > > > > Le ven., août 6 2021 at 12:17:55 +0200, Greg Kroah

Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-10 Thread Paul Cercueil
Hi Greg, Le mar., août 10 2021 at 11:47:32 +0200, Greg Kroah-Hartman a écrit : On Fri, Aug 06, 2021 at 01:01:33PM +0200, Paul Cercueil wrote: Hi Greg, Le ven., août 6 2021 at 12:17:55 +0200, Greg Kroah-Hartman a écrit : > On Thu, Aug 05, 2021 at 10:05:27PM +0200, Paul Cercueil wrote: >

Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-10 Thread Paul Cercueil
Hi Daniel, Le mar., août 10 2021 at 11:35:43 +0200, Daniel Vetter a écrit : On Fri, Aug 06, 2021 at 01:01:33PM +0200, Paul Cercueil wrote: Hi Greg, Le ven., août 6 2021 at 12:17:55 +0200, Greg Kroah-Hartman a écrit : > On Thu, Aug 05, 2021 at 10:05:27PM +0200, Paul Cercueil wrote: > >

Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-10 Thread Greg Kroah-Hartman
On Fri, Aug 06, 2021 at 01:01:33PM +0200, Paul Cercueil wrote: > Hi Greg, > > Le ven., août 6 2021 at 12:17:55 +0200, Greg Kroah-Hartman > a écrit : > > On Thu, Aug 05, 2021 at 10:05:27PM +0200, Paul Cercueil wrote: > > > Hi Greg, > > > > > > Le jeu., août 5 2021 at 21:35:34 +0200, Greg Kroah-

Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-10 Thread Daniel Vetter
On Fri, Aug 06, 2021 at 01:01:33PM +0200, Paul Cercueil wrote: > Hi Greg, > > Le ven., août 6 2021 at 12:17:55 +0200, Greg Kroah-Hartman > a écrit : > > On Thu, Aug 05, 2021 at 10:05:27PM +0200, Paul Cercueil wrote: > > > Hi Greg, > > > > > > Le jeu., août 5 2021 at 21:35:34 +0200, Greg Kroah-

Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-06 Thread Paul Cercueil
Hi Greg, Le ven., août 6 2021 at 12:17:55 +0200, Greg Kroah-Hartman a écrit : On Thu, Aug 05, 2021 at 10:05:27PM +0200, Paul Cercueil wrote: Hi Greg, Le jeu., août 5 2021 at 21:35:34 +0200, Greg Kroah-Hartman a écrit : > On Thu, Aug 05, 2021 at 09:21:09PM +0200, Paul Cercueil wrote: >

Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-06 Thread Greg Kroah-Hartman
On Thu, Aug 05, 2021 at 10:05:27PM +0200, Paul Cercueil wrote: > Hi Greg, > > Le jeu., août 5 2021 at 21:35:34 +0200, Greg Kroah-Hartman > a écrit : > > On Thu, Aug 05, 2021 at 09:21:09PM +0200, Paul Cercueil wrote: > > > When the drivers of remote devices (e.g. HDMI chip) are disabled in > > >

Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-05 Thread Paul Cercueil
Hi Greg, Le jeu., août 5 2021 at 21:35:34 +0200, Greg Kroah-Hartman a écrit : On Thu, Aug 05, 2021 at 09:21:09PM +0200, Paul Cercueil wrote: When the drivers of remote devices (e.g. HDMI chip) are disabled in the config, we want the ingenic-drm driver to be able to probe nonetheless with

Re: [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-05 Thread Greg Kroah-Hartman
On Thu, Aug 05, 2021 at 09:21:09PM +0200, Paul Cercueil wrote: > When the drivers of remote devices (e.g. HDMI chip) are disabled in the > config, we want the ingenic-drm driver to be able to probe nonetheless > with the other devices (e.g. internal LCD panel) that are enabled. > > Signed-off-by:

[PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

2021-08-05 Thread Paul Cercueil
When the drivers of remote devices (e.g. HDMI chip) are disabled in the config, we want the ingenic-drm driver to be able to probe nonetheless with the other devices (e.g. internal LCD panel) that are enabled. Signed-off-by: Paul Cercueil --- drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 12 ++