• Krzysztof Helt's avatar
    fbdev: remove cyblafb driver · ddb53d48
    Krzysztof Helt authored
    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: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
    Cc: "Jani Monoses" <jani@ubuntu.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    ddb53d48
Kconfig 65.7 KB