* [patch] Bring back Tux on Chips 65550 framebuffer
@ 2005-05-08 4:34 Keenan Pepper
0 siblings, 0 replies; only message in thread
From: Keenan Pepper @ 2005-05-08 4:34 UTC (permalink / raw)
To: linux-kernel
I don't see any reason why the framebuffer should need to be cleared,
and it makes Tux vanish.
--- drivers/video/chipsfb.orig.c 2005-04-30 14:02:04.872866744 -0400
+++ drivers/video/chipsfb.c 2005-05-08 00:29:30.618216232 -0400
@@ -423,9 +423,6 @@
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;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-08 4:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-08 4:34 [patch] Bring back Tux on Chips 65550 framebuffer Keenan Pepper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome