[PATCH] Update cyblafb driver
authorKnut Petersen <Knut_Petersen@t-online.de>
Mon, 9 Jan 2006 14:04:20 +0000 (15:04 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 18:00:36 +0000 (10:00 -0800)
commit44637a12f80b80157d9c1bc5b7d6ef09c9e05713
tree17384805725f7b429685ba4cad0d9488d93f9f25
parent8b78e83bfbc12f7e9bdefd400abdfde9e6c9ac51
[PATCH] Update cyblafb driver

This is a major update to the cyblafb framebuffer driver. Most
of the stuff has been tested in the mm tree.

Main advantages:
============
  - vxres > xres support
  - ywrap and xpan support
  - much faster for almost all modes (e.g. 1280x1024-16bpp
     draws more than 41 full screens of text instead of about 25
     full screens of text per second on authors Epia 5000)
  - module init/exit code fixed
  - bugs triggered by console rotation fixed
  - lots of minor improvements
  - startup modes suitable for high performance scrolling
     in all directions

This diff  also contains a lot of white space fixes.

No side effects are possible, only one single graphics core is affected.

Signed-off-by: Knut Petersen <Knut_Petersen@t-online.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/fb/cyblafb/bugs
Documentation/fb/cyblafb/fb.modes
Documentation/fb/cyblafb/performance
Documentation/fb/cyblafb/todo
Documentation/fb/cyblafb/usage
Documentation/fb/cyblafb/whatsnew [new file with mode: 0644]
drivers/video/Kconfig
drivers/video/cyblafb.c
include/video/cyblafb.h