Skip to content

Commit

Permalink
fbdev: remove cyblafb driver
Browse files Browse the repository at this point in the history
A tridentfb driver has all the functionality of the cyblafb driver without
the bugs of the latter.

Changes to the tridentfb driver:

- FBINFO_READS_FAST added to the tridentfb.  The cyblafb used a blitter
  for scrolling which is faster than color expansion on Cyberblade
  chipsets.  The blitter is slower on a discrete Blade3D core.  Use the
  blitter for scrolling in the tridentfb only for integrated Blade3D
  cores.  Now, scrolling speed is about equal for the tridentfb and the
  cyblafb.

- a copyright notice addition is done on request of Jani Monoses (the
  first author of the tridentfb).

Tested on AGP Blade3D card and PCChips
M787CLR motherboard: VIA C3 cpu +
VT8601 north  bridge (aka Cyberblade/i1).

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Cc: "Jani Monoses" <jani@ubuntu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Apr 1, 2009
1 parent ec549a0 commit ddb53d4
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 2,344 deletions.
2 changes: 0 additions & 2 deletions Documentation/fb/00-INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ aty128fb.txt
- info on the ATI Rage128 frame buffer driver.
cirrusfb.txt
- info on the driver for Cirrus Logic chipsets.
cyblafb/
- directory with documentation files related to the cyblafb driver.
deferred_io.txt
- an introduction to deferred IO.
fbcon.txt
Expand Down
13 changes: 0 additions & 13 deletions Documentation/fb/cyblafb/bugs

This file was deleted.

7 changes: 0 additions & 7 deletions Documentation/fb/cyblafb/credits

This file was deleted.

17 changes: 0 additions & 17 deletions Documentation/fb/cyblafb/documentation

This file was deleted.

154 changes: 0 additions & 154 deletions Documentation/fb/cyblafb/fb.modes

This file was deleted.

79 changes: 0 additions & 79 deletions Documentation/fb/cyblafb/performance

This file was deleted.

31 changes: 0 additions & 31 deletions Documentation/fb/cyblafb/todo

This file was deleted.

Loading

0 comments on commit ddb53d4

Please sign in to comment.