drm/fb-helper: Introduce drm_fb_helper_unprepare()
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 25 Jan 2023 20:04:08 +0000 (21:04 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 26 Jan 2023 07:52:27 +0000 (08:52 +0100)
commit4825797c36da5537706a020567cb64933568d1eb
treec215cecc3cba96782649127da4b0dd0d73ede061
parent6a9d5ad3af65a1e7af97f25bbf83ce97bcfbab72
drm/fb-helper: Introduce drm_fb_helper_unprepare()

Move the fb-helper clean-up code into drm_fb_helper_unprepare(). No
functional changes.

v2:
* declare as static inline (kernel test robot)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230125200415.14123-4-tzimmermann@suse.de
drivers/gpu/drm/drm_fb_helper.c
include/drm/drm_fb_helper.h