linux-stable/drivers/video/fbdev/matrox
Thomas Zimmermann 0ba2fa8cbd fbdev: Add support for the nomodeset kernel parameter
Support the kernel's nomodeset parameter for all PCI-based fbdev
drivers that use aperture helpers to remove other, hardware-agnostic
graphics drivers.

The parameter is a simple way of using the firmware-provided scanout
buffer if the hardware's native driver is broken. The same effect
could be achieved with per-driver options, but the importance of the
graphics output for many users makes a single, unified approach
worthwhile.

With nomodeset specified, the fbdev driver module will not load. This
unifies behavior with similar DRM drivers. In DRM helpers, modules
first check the nomodeset parameter before registering the PCI
driver. As fbdev has no such module helpers, we have to modify each
driver individually.

The name 'nomodeset' is slightly misleading, but has been chosen for
historical reasons. Several drivers implemented it before it became a
general option for DRM. So keeping the existing name was preferred over
introducing a new one.

v2:
	* print a warning if a driver does not init (Helge)
	* wrap video_firmware_drivers_only() in helper

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221111133024.9897-3-tzimmermann@suse.de
2022-11-16 13:26:25 +01:00
..
Makefile
g450_pll.c video: fbdev: matroxfb: remove dead code and set but not used variable 2020-04-08 12:09:10 +02:00
g450_pll.h
i2c-matroxfb.c
matroxfb_DAC1064.c
matroxfb_DAC1064.h
matroxfb_Ti3026.c
matroxfb_Ti3026.h
matroxfb_accel.c
matroxfb_accel.h
matroxfb_base.c fbdev: Add support for the nomodeset kernel parameter 2022-11-16 13:26:25 +01:00
matroxfb_base.h video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.h 2022-04-04 08:55:23 +02:00
matroxfb_crtc2.c
matroxfb_crtc2.h
matroxfb_g450.c
matroxfb_g450.h
matroxfb_maven.c i2c: Make remove callback return void 2022-08-16 12:46:26 +02:00
matroxfb_maven.h
matroxfb_misc.c
matroxfb_misc.h