All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 8/15] fbdev: Do not memset the framebuffer memory in asiliantfb
@ 2004-10-29  1:58 Antonino A. Daplas
  0 siblings, 0 replies; only message in thread
From: Antonino A. Daplas @ 2004-10-29  1:58 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Fbdev development list

Do not memset the framebuffer memory in asiliantfb

Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
 asiliantfb.c |    3 ---
 1 files changed, 3 deletions(-)

diff -Nru a/drivers/video/asiliantfb.c b/drivers/video/asiliantfb.c
--- a/drivers/video/asiliantfb.c	2004-10-19 20:21:16 +08:00
+++ b/drivers/video/asiliantfb.c	2004-10-28 22:56:44 +08:00
@@ -575,9 +575,6 @@
 
 	init_asiliant(p, addr);
 
-	/* Clear the entire framebuffer */
-	memset(p->screen_base, 0, 0x200000);
-
 	pci_set_drvdata(dp, p);
 	return 0;
 }




-------------------------------------------------------
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-29  1:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-29  1:58 [PATCH 8/15] fbdev: Do not memset the framebuffer memory in asiliantfb Antonino A. Daplas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.