Skip to content

Commit

Permalink
[PATCH] Bring back Tux on Chips 65550 framebuffer
Browse files Browse the repository at this point in the history
I don't see any reason why the framebuffer should need to be cleared,
and it makes Tux vanish.

Cc: <linux-fbdev-devel@lists.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Keenan Pepper authored and Linus Torvalds committed Jun 22, 2005
1 parent 9769f4e commit e6afbe5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/video/chipsfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,6 @@ chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent)
pmu_register_sleep_notifier(&chips_sleep_notifier);
#endif /* CONFIG_PMAC_PBOOK */

/* Clear the entire framebuffer */
memset(p->screen_base, 0, 0x100000);

pci_set_drvdata(dp, p);
return 0;
}
Expand Down

0 comments on commit e6afbe5

Please sign in to comment.