Re: [PATCH 1/2] drm: mcde: Fix display initialization problem

2020-06-15 Thread Emil Velikov
Hi Linus, On Sat, 13 Jun 2020 at 23:30, Linus Walleij wrote: > > The following bug appeared in the MCDE driver/display > initialization during the recent merge window. > > First the place we call drm_fbdev_generic_setup() in the > wrong place: this needs to be called AFTER calling > drm_dev_regis

Re: [PATCH 1/2] drm: mcde: Fix display initialization problem

2020-06-15 Thread Daniel Vetter
On Sun, Jun 14, 2020 at 11:29 PM Linus Walleij wrote: > > On Sun, Jun 14, 2020 at 9:44 AM Sam Ravnborg wrote: > > > Hi Linus. > > > > On Sun, Jun 14, 2020 at 12:30:26AM +0200, Linus Walleij wrote: > > > The following bug appeared in the MCDE driver/display > > > initialization during the recent m

Re: [PATCH 1/2] drm: mcde: Fix display initialization problem

2020-06-14 Thread Linus Walleij
On Sun, Jun 14, 2020 at 9:44 AM Sam Ravnborg wrote: > Hi Linus. > > On Sun, Jun 14, 2020 at 12:30:26AM +0200, Linus Walleij wrote: > > The following bug appeared in the MCDE driver/display > > initialization during the recent merge window. > > > > First the place we call drm_fbdev_generic_setup()

Re: [PATCH 1/2] drm: mcde: Fix display initialization problem

2020-06-14 Thread Sam Ravnborg
Hi Linus. On Sun, Jun 14, 2020 at 12:30:26AM +0200, Linus Walleij wrote: > The following bug appeared in the MCDE driver/display > initialization during the recent merge window. > > First the place we call drm_fbdev_generic_setup() in the > wrong place: this needs to be called AFTER calling > drm

[PATCH 1/2] drm: mcde: Fix display initialization problem

2020-06-13 Thread Linus Walleij
The following bug appeared in the MCDE driver/display initialization during the recent merge window. First the place we call drm_fbdev_generic_setup() in the wrong place: this needs to be called AFTER calling drm_dev_register() else we get this splat: [ cut here ] WARNING