drm/fb-helper: Do not allocate unused apertures structure
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 19 Dec 2022 16:05:04 +0000 (17:05 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 13 Jan 2023 11:54:24 +0000 (12:54 +0100)
commit8c8743db337a3bfe0f3e8e470fdfea6b9dac70d1
tree175647e869caf756c6fa27c565358cfc35c9dda0
parent7bfb7fc48924d8a06d27f18bd1c218e052e4773d
drm/fb-helper: Do not allocate unused apertures structure

The apertures field in struct fb_info is not used by DRM drivers. Do
not allocate it.

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-7-tzimmermann@suse.de
drivers/gpu/drm/drm_fb_helper.c