Re: [PATCH] drm/panel: Add simple panel mode for the ARM RTSMv8

2018-10-18 Thread Linus Walleij
On Thu, Oct 18, 2018 at 3:56 PM Robin Murphy wrote: > On 18/10/18 13:27, Linus Walleij wrote: > > Having failed any attempts at a more generic solution, > > I fall back to the very specific solution: define a simple > > panel for the ARM RTSMv8 emulated platform. > > From the bits of the discuss

Re: [PATCH] drm/panel: Add simple panel mode for the ARM RTSMv8

2018-10-18 Thread Robin Murphy
Hi Linus, On 18/10/18 13:27, Linus Walleij wrote: Having failed any attempts at a more generic solution, I fall back to the very specific solution: define a simple panel for the ARM RTSMv8 emulated platform. From the bits of the discussion that I've caught it does seem like this framebuffer-g

Re: [PATCH] drm/panel: Add simple panel mode for the ARM RTSMv8

2018-10-18 Thread Linus Walleij
On Thu, Oct 18, 2018 at 2:44 PM Liviu Dudau wrote: > While this patch looks good to me (you can add my Reviewed-by if you > want), Thanks. > I'm surprised to see no other patches for the users of the panel. > Is it all in a DTS change? Yes I am expecting to send that out if I can get this merg

Re: [PATCH] drm/panel: Add simple panel mode for the ARM RTSMv8

2018-10-18 Thread Liviu Dudau
Hi Linus, On Thu, Oct 18, 2018 at 02:27:42PM +0200, Linus Walleij wrote: > Having failed any attempts at a more generic solution, > I fall back to the very specific solution: define a simple > panel for the ARM RTSMv8 emulated platform. > > I am doing this so we can convert all old users from

[PATCH] drm/panel: Add simple panel mode for the ARM RTSMv8

2018-10-18 Thread Linus Walleij
Having failed any attempts at a more generic solution, I fall back to the very specific solution: define a simple panel for the ARM RTSMv8 emulated platform. I am doing this so we can convert all old users from the previous fbdev driver to the PL111 DRM driver. This works fine as far as I can tes