Re: [PATCH v2] drm/xe: Support 'nomodeset' kernel command-line option

2024-08-27 Thread Lucas De Marchi
On Tue, 27 Aug 2024 14:09:05 +0200, Thomas Zimmermann wrote: > Setting 'nomodeset' on the kernel command line disables all graphics > drivers with modesetting capabilities, leaving only firmware drivers, > such as simpledrm or efifb. > > Most DRM drivers automatically support 'nomodeset' via DRM

[PATCH v2] drm/xe: Support 'nomodeset' kernel command-line option

2024-08-27 Thread Thomas Zimmermann
Setting 'nomodeset' on the kernel command line disables all graphics drivers with modesetting capabilities, leaving only firmware drivers, such as simpledrm or efifb. Most DRM drivers automatically support 'nomodeset' via DRM's module helper macros. In xe, which uses regular module_init(), manuall