Skip to content

Commit

Permalink
fbdev/au1200fb: Do not display boot-up logo
Browse files Browse the repository at this point in the history
The fbcon module takes care of displaying the logo, if any. Remove
the code form au1200fb. If we want to display the logo without fbcon,
we should implement this in the fbdev core code.

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-2-tzimmermann@suse.de
  • Loading branch information
Thomas Zimmermann committed Sep 11, 2023
1 parent 15d30b4 commit 84a45f4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/video/fbdev/au1200fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1719,15 +1719,6 @@ static int au1200fb_drv_probe(struct platform_device *dev)
}

au1200fb_fb_set_par(fbi);

#if !defined(CONFIG_FRAMEBUFFER_CONSOLE) && defined(CONFIG_LOGO)
if (plane == 0)
if (fb_prepare_logo(fbi, FB_ROTATE_UR)) {
/* Start display and show logo on boot */
fb_set_cmap(&fbi->cmap, fbi);
fb_show_logo(fbi, FB_ROTATE_UR);
}
#endif
}

/* Now hook interrupt too */
Expand Down

0 comments on commit 84a45f4

Please sign in to comment.