Re: [PATCH 2/2] RFC: drm/pl111: Support using the VGA bridge as fallback

2017-09-07 Thread Daniel Vetter
On Tue, Sep 5, 2017 at 9:43 PM, Eric Anholt wrote: > Daniel Vetter writes: > >> On Fri, Sep 01, 2017 at 11:46:29AM +0200, Linus Walleij wrote: >>> If we cannot find a panel, assume that the output from the >>> PL111 is connected directly to a "dumb" VGA

Re: [PATCH 2/2] RFC: drm/pl111: Support using the VGA bridge as fallback

2017-09-07 Thread Daniel Vetter
On Thu, Sep 7, 2017 at 6:12 PM, Noralf Trønnes wrote: > > Den 07.09.2017 14.59, skrev Linus Walleij: >> >> On Mon, Sep 4, 2017 at 9:43 AM, Daniel Vetter wrote: >>> >>> On Fri, Sep 01, 2017 at 11:46:29AM +0200, Linus Walleij wrote: If we cannot find

Re: [PATCH 2/2] RFC: drm/pl111: Support using the VGA bridge as fallback

2017-09-07 Thread Noralf Trønnes
Den 07.09.2017 14.59, skrev Linus Walleij: On Mon, Sep 4, 2017 at 9:43 AM, Daniel Vetter wrote: On Fri, Sep 01, 2017 at 11:46:29AM +0200, Linus Walleij wrote: If we cannot find a panel, assume that the output from the PL111 is connected directly to a "dumb" VGA connector, so

Re: [PATCH 2/2] RFC: drm/pl111: Support using the VGA bridge as fallback

2017-09-07 Thread Linus Walleij
On Mon, Sep 4, 2017 at 11:51 AM, Laurent Pinchart wrote: > On Monday, 4 September 2017 10:43:55 EEST Daniel Vetter wrote: >> On Fri, Sep 01, 2017 at 11:46:29AM +0200, Linus Walleij wrote: >> Wrt the more general problem: They way we solve this in the i915

Re: [PATCH 2/2] RFC: drm/pl111: Support using the VGA bridge as fallback

2017-09-07 Thread Linus Walleij
On Mon, Sep 4, 2017 at 9:43 AM, Daniel Vetter wrote: > On Fri, Sep 01, 2017 at 11:46:29AM +0200, Linus Walleij wrote: >> If we cannot find a panel, assume that the output from the >> PL111 is connected directly to a "dumb" VGA connector, >> so look up the connector from that

Re: [PATCH 2/2] RFC: drm/pl111: Support using the VGA bridge as fallback

2017-09-05 Thread Eric Anholt
Daniel Vetter writes: > On Fri, Sep 01, 2017 at 11:46:29AM +0200, Linus Walleij wrote: >> If we cannot find a panel, assume that the output from the >> PL111 is connected directly to a "dumb" VGA connector, >> so look up the connector from that bridge. >> >> Signed-off-by:

Re: [PATCH 2/2] RFC: drm/pl111: Support using the VGA bridge as fallback

2017-09-04 Thread Laurent Pinchart
Hello, On Monday, 4 September 2017 10:43:55 EEST Daniel Vetter wrote: > On Fri, Sep 01, 2017 at 11:46:29AM +0200, Linus Walleij wrote: > > If we cannot find a panel, assume that the output from the > > PL111 is connected directly to a "dumb" VGA connector, > > so look up the connector from that

Re: [PATCH 2/2] RFC: drm/pl111: Support using the VGA bridge as fallback

2017-09-04 Thread Daniel Vetter
On Fri, Sep 01, 2017 at 11:46:29AM +0200, Linus Walleij wrote: > If we cannot find a panel, assume that the output from the > PL111 is connected directly to a "dumb" VGA connector, > so look up the connector from that bridge. > > Signed-off-by: Linus Walleij > --- >

[PATCH 2/2] RFC: drm/pl111: Support using the VGA bridge as fallback

2017-09-01 Thread Linus Walleij
If we cannot find a panel, assume that the output from the PL111 is connected directly to a "dumb" VGA connector, so look up the connector from that bridge. Signed-off-by: Linus Walleij --- This is how the new API is used in the PL111. --- drivers/gpu/drm/pl111/Kconfig