Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-10-16 Thread Linus Walleij
On Wed, Aug 29, 2018 at 2:16 PM Andrzej Hajda wrote: > My question still stands: what is wrong/missing with dpi panel? Hopefully described with my other answer :) > I did not analyze details, but pl111 output seems to be DPI compatible. This patch set is not trying to support the electronic de

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-10-16 Thread Linus Walleij
On Wed, Aug 29, 2018 at 12:23 PM Andrzej Hajda wrote: > On 29.08.2018 12:01, Liviu Dudau wrote: > > On Wed, Aug 29, 2018 at 11:58:20AM +0200, Andrzej Hajda wrote: > >> On 28.08.2018 15:45, Linus Walleij wrote: > >>> On Mon, Aug 27, 2018 at 1:53 PM Andrzej Hajda wrote: > >>> I'm sorry RTSM is hal

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-08-29 Thread Andrzej Hajda
On 29.08.2018 13:00, Liviu Dudau wrote: > On Wed, Aug 29, 2018 at 12:23:18PM +0200, Andrzej Hajda wrote: >> On 29.08.2018 12:01, Liviu Dudau wrote: >>> On Wed, Aug 29, 2018 at 11:58:20AM +0200, Andrzej Hajda wrote: On 28.08.2018 15:45, Linus Walleij wrote: > On Mon, Aug 27, 2018 at 1:53 PM

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-08-29 Thread Liviu Dudau
On Wed, Aug 29, 2018 at 12:23:18PM +0200, Andrzej Hajda wrote: > On 29.08.2018 12:01, Liviu Dudau wrote: > > On Wed, Aug 29, 2018 at 11:58:20AM +0200, Andrzej Hajda wrote: > >> On 28.08.2018 15:45, Linus Walleij wrote: > >>> On Mon, Aug 27, 2018 at 1:53 PM Andrzej Hajda wrote: > >>> > On 24.0

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-08-29 Thread Andrzej Hajda
On 29.08.2018 12:01, Liviu Dudau wrote: > On Wed, Aug 29, 2018 at 11:58:20AM +0200, Andrzej Hajda wrote: >> On 28.08.2018 15:45, Linus Walleij wrote: >>> On Mon, Aug 27, 2018 at 1:53 PM Andrzej Hajda wrote: >>> On 24.08.2018 14:23, Linus Walleij wrote: > This adds bindings for a virtual d

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-08-29 Thread Liviu Dudau
On Wed, Aug 29, 2018 at 11:58:20AM +0200, Andrzej Hajda wrote: > On 28.08.2018 15:45, Linus Walleij wrote: > > On Mon, Aug 27, 2018 at 1:53 PM Andrzej Hajda wrote: > > > >> On 24.08.2018 14:23, Linus Walleij wrote: > >>> This adds bindings for a virtual display to be used with displays > >>> insid

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-08-29 Thread Andrzej Hajda
On 28.08.2018 15:45, Linus Walleij wrote: > On Mon, Aug 27, 2018 at 1:53 PM Andrzej Hajda wrote: > >> On 24.08.2018 14:23, Linus Walleij wrote: >>> This adds bindings for a virtual display to be used with displays >>> inside entirely virtual environments which do not emulate things >>> like monito

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-08-29 Thread Liviu Dudau
On Wed, Aug 29, 2018 at 10:16:34AM +0200, Andrzej Hajda wrote: > On 28.08.2018 16:35, Liviu Dudau wrote: > > Hi Andrzej, > > > > Chirping in, as it was originally my work that Linus is adopting. > > > > On Mon, Aug 27, 2018 at 01:53:00PM +0200, Andrzej Hajda wrote: > >> On 24.08.2018 14:23, Linus W

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-08-29 Thread Andrzej Hajda
On 28.08.2018 16:35, Liviu Dudau wrote: > Hi Andrzej, > > Chirping in, as it was originally my work that Linus is adopting. > > On Mon, Aug 27, 2018 at 01:53:00PM +0200, Andrzej Hajda wrote: >> On 24.08.2018 14:23, Linus Walleij wrote: >>> This adds bindings for a virtual display to be used with di

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-08-28 Thread Liviu Dudau
Hi Andrzej, Chirping in, as it was originally my work that Linus is adopting. On Mon, Aug 27, 2018 at 01:53:00PM +0200, Andrzej Hajda wrote: > On 24.08.2018 14:23, Linus Walleij wrote: > > This adds bindings for a virtual display to be used with displays > > inside entirely virtual environments w

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-08-28 Thread Linus Walleij
On Mon, Aug 27, 2018 at 1:53 PM Andrzej Hajda wrote: > On 24.08.2018 14:23, Linus Walleij wrote: > > This adds bindings for a virtual display to be used with displays > > inside entirely virtual environments which do not emulate things > > like monitors but just need timing information to be supp

Re: [PATCH 1/2] drm/bridge: Add virtual display DT bindings

2018-08-27 Thread Andrzej Hajda
On 24.08.2018 14:23, Linus Walleij wrote: > This adds bindings for a virtual display to be used with displays > inside entirely virtual environments which do not emulate things > like monitors but just need timing information to be supplied to > its display controller. > > This is inspired by earli