Re: [PATCH 0/3] drm: Move several files from DRM core into modules

2021-10-21 Thread Daniel Vetter
On Thu, Oct 21, 2021 at 2:38 PM Jani Nikula wrote: > > On Wed, 20 Oct 2021, Thomas Zimmermann wrote: > > Move a number of files into modules and behind config options. > > > > So far, early boot graphics was provided by fbdev. With simpledrm, and > > possibly other generic DRM drivers, it's now p

Re: [PATCH 0/3] drm: Move several files from DRM core into modules

2021-10-21 Thread Thomas Zimmermann
Hi Am 21.10.21 um 14:38 schrieb Jani Nikula: On Wed, 20 Oct 2021, Thomas Zimmermann wrote: Move a number of files into modules and behind config options. So far, early boot graphics was provided by fbdev. With simpledrm, and possibly other generic DRM drivers, it's now possible to have genera

Re: [PATCH 0/3] drm: Move several files from DRM core into modules

2021-10-21 Thread Jani Nikula
On Wed, 20 Oct 2021, Thomas Zimmermann wrote: > Move a number of files into modules and behind config options. > > So far, early boot graphics was provided by fbdev. With simpledrm, and > possibly other generic DRM drivers, it's now possible to have general > early-boot output with DRM. This requi

Re: [PATCH 0/3] drm: Move several files from DRM core into modules

2021-10-21 Thread Thomas Zimmermann
Hi Am 21.10.21 um 13:52 schrieb Daniel Vetter: On Wed, Oct 20, 2021 at 03:19:38PM +0200, Thomas Zimmermann wrote: Move a number of files into modules and behind config options. So far, early boot graphics was provided by fbdev. With simpledrm, and possibly other generic DRM drivers, it's now p

Re: [PATCH 0/3] drm: Move several files from DRM core into modules

2021-10-21 Thread Daniel Vetter
On Wed, Oct 20, 2021 at 03:19:38PM +0200, Thomas Zimmermann wrote: > Move a number of files into modules and behind config options. > > So far, early boot graphics was provided by fbdev. With simpledrm, and > possibly other generic DRM drivers, it's now possible to have general > early-boot output

[PATCH 0/3] drm: Move several files from DRM core into modules

2021-10-20 Thread Thomas Zimmermann
Move a number of files into modules and behind config options. So far, early boot graphics was provided by fbdev. With simpledrm, and possibly other generic DRM drivers, it's now possible to have general early-boot output with DRM. This requires the DRM core to be linked into the kernel binary ima