drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWARE
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 19 Dec 2022 16:05:16 +0000 (17:05 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jan 2023 11:54:35 +0000 (12:54 +0100)
commit5b6373de4351debd9fa87f1c46442b2c28d8b18e
tree7ee4f70f69a0ccee1978e87bed865528f4e902aa
parent2cb14c86137d64fff2ed9862cf0a3af92b8a103f
drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWARE

There are no users left of struct fb_info.apertures and the flag
FBINFO_MISC_FIRMWARE. Remove both and the aperture-ownership code
in the fbdev core. All code for aperture ownership is now located
in the fbdev drivers.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221219160516.23436-19-tzimmermann@suse.de
drivers/video/fbdev/core/fbmem.c
drivers/video/fbdev/core/fbsysfs.c
include/linux/fb.h