fbdev/mmp/mmpfb: Do not display boot-up logo
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 7 Sep 2023 08:52:01 +0000 (10:52 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 11 Sep 2023 13:12:31 +0000 (15:12 +0200)
commit828d96633ab7e0fe8032e9123d57b318cfd9f145
tree345c88a23ce7eac83d3331a3958b217560a6e667
parent84a45f4c27d174ed21eab2671bee8137302803bc
fbdev/mmp/mmpfb: Do not display boot-up logo

The fbcon module takes care of displaying the logo, if any. Remove
the code form mmpfb. It is probably no tworking as expected, as it
interferes with the framebuffer console. If we want to display the
logo without fbcon, we should implement this in the fbdev core code.

v2:
* add a note on fbcon interference (Javier)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230907085408.9354-3-tzimmermann@suse.de
drivers/video/fbdev/mmp/fb/mmpfb.c