FBDEV patch for testing.

From: James Simmons (jsimmons@infradead.org)
Date: Sat May 03 2003 - 11:35:09 EST


Hi!

  I needed this patch to be tested. The patch has two parts. The first is
updates to the g346fb driver to use the cursor api. The second part is
a code optimization of the pixmap code. The purpose of the pixmap code is
to take image data and byte or word padd it according to the needs of the
hardware. The problem was it was only copy on byte at a time. This was a
performace killer. Soon now it copies a whole scanline at a time. Please
test.

The diff is at

http://phoenix.infradead.org/~jsimmons/fbdev.diff.gz

 drivers/video/console/fbcon.c | 219 +++++++++++++++---------------------------
 drivers/video/fbmem.c | 5
 drivers/video/g364fb.c | 78 ++++++++------
 drivers/video/logo/logo.c | 3
 include/linux/fb.h | 63 ++++++------
 include/linux/linux_logo.h | 4
 6 files changed, 163 insertions(+), 209 deletions(-)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed May 07 2003 - 22:00:18 EST