diff options
author | Keenan Pepper <keenanpepper@gmail.com> | 2005-06-21 20:16:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 22:07:39 -0400 |
commit | e6afbe59710f65d92d00de1f3adb5514ef634110 (patch) | |
tree | 78965f577cba4dac2b04098a786fbc9418e46eaf /drivers/video/chipsfb.c | |
parent | 9769f4eb3fad2dd53a5d24c81ee5f7f05450742b (diff) |
[PATCH] Bring back Tux on Chips 65550 framebuffer
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>
Diffstat (limited to 'drivers/video/chipsfb.c')
-rw-r--r-- | drivers/video/chipsfb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/chipsfb.c b/drivers/video/chipsfb.c index ab98f225fe3e..95e72550d43f 100644 --- a/drivers/video/chipsfb.c +++ b/drivers/video/chipsfb.c | |||
@@ -423,9 +423,6 @@ chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent) | |||
423 | pmu_register_sleep_notifier(&chips_sleep_notifier); | 423 | pmu_register_sleep_notifier(&chips_sleep_notifier); |
424 | #endif /* CONFIG_PMAC_PBOOK */ | 424 | #endif /* CONFIG_PMAC_PBOOK */ |
425 | 425 | ||
426 | /* Clear the entire framebuffer */ | ||
427 | memset(p->screen_base, 0, 0x100000); | ||
428 | |||
429 | pci_set_drvdata(dp, p); | 426 | pci_set_drvdata(dp, p); |
430 | return 0; | 427 | return 0; |
431 | } | 428 | } |