]> git.baikalelectronics.ru Git - kernel.git/commit
video/aperture: Remove conflicting VGA devices, if any
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 18 Jul 2022 07:23:20 +0000 (09:23 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 19 Jul 2022 11:19:11 +0000 (13:19 +0200)
commite6b43914516c84b7a4c948907dc420c86a858d0b
tree786bbd5e6629af3c73f0f5c42bacb7c5e7b11ef6
parent8eaef847b06bf935d5cacbbf2fdf3768d011569a
video/aperture: Remove conflicting VGA devices, if any

On the primary graphics adapter, a driver might conflict with a VGA
driver that controls the VGA framebuffer I/O range. Remove the VGA
driver from the aperture helpers. Until now, this case has been
hendled by fbdev, but it should work even with fbdev disabled.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220718072322.8927-10-tzimmermann@suse.de
drivers/video/aperture.c