Commit 828d9663 authored by Thomas Zimmermann's avatar Thomas Zimmermann
Browse files

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: default avatarThomas Zimmermann <tzimmermann@suse.de>
Acked-by: default avatarJavier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230907085408.9354-3-tzimmermann@suse.de
parent 84a45f4c
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -628,13 +628,6 @@ static int mmpfb_probe(struct platform_device *pdev)
	dev_info(fbi->dev, "loaded to /dev/fb%d <%s>.\n",
		info->node, info->fix.id);

#ifdef CONFIG_LOGO
	if (fbi->fb_start) {
		fb_prepare_logo(info, 0);
		fb_show_logo(info, 0);
	}
#endif

	return 0;

failed_clear_info: