Re: [PATCH v5 3/6] drm: Move nomodeset kernel parameter to the DRM subsystem

2021-11-19 Thread Greg Kroah-Hartman
On Fri, Nov 19, 2021 at 11:20:13AM +0100, Javier Martinez Canillas wrote: > [ adding gregkh to Cc list for drivers/video/console ] > > On 11/12/21 14:32, Javier Martinez Canillas wrote: > > The "nomodeset" kernel cmdline parameter is handled by the vgacon driver > > but the exported vgacon_text_fo

Re: [PATCH v5 3/6] drm: Move nomodeset kernel parameter to the DRM subsystem

2021-11-19 Thread Javier Martinez Canillas
[ adding gregkh to Cc list for drivers/video/console ] On 11/12/21 14:32, Javier Martinez Canillas wrote: > The "nomodeset" kernel cmdline parameter is handled by the vgacon driver > but the exported vgacon_text_force() symbol is only used by DRM drivers. > > It makes much more sense for the para

[PATCH v5 3/6] drm: Move nomodeset kernel parameter to the DRM subsystem

2021-11-12 Thread Javier Martinez Canillas
The "nomodeset" kernel cmdline parameter is handled by the vgacon driver but the exported vgacon_text_force() symbol is only used by DRM drivers. It makes much more sense for the parameter logic to be in the subsystem of the drivers that are making use of it. Let's move the vgacon_text_force() fu