projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9769f4e
)
[PATCH] Bring back Tux on Chips 65550 framebuffer
author
Keenan Pepper
<keenanpepper@gmail.com>
Wed, 22 Jun 2005 00:16:54 +0000
(17:16 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 02:07:39 +0000
(19:07 -0700)
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>
drivers/video/chipsfb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/chipsfb.c
b/drivers/video/chipsfb.c
index ab98f225fe3ee5246d62dc79bf5228099d81baa6..95e72550d43ff4b373ec3615b57b9399ce574a76 100644
(file)
--- 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)
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;
}