• Antonino Daplas's avatar
    [PATCH] geodefb: Add Geode framebuffer driver · 3dcf6506
    Antonino Daplas authored
      Attached is a patch (against 2.6.10) for a framebuffer driver for the
      Geode family of processors.  It does not use AMD's horrible Durango API.
       It is, however, rather feature incomplete at the moment.
    
              * Only Geode GX1 (with CS5530 companion chip) is supported.
              * Tested resolutions: 640x480 to 1280x1024.
              * Supported bit depths: 8 bit palette, 16 bit RGB 5-6-5.
              * CRT output only.
              * No accelerated features.
              * Compression is not enabled.
              * flat panel support (panel=<x>x<y> option). (Only one 640x480 panel
                has been tested though.)
              * blank function for display blanking/powersaving.
              * crt=<n> option to enable/disable the CRT output.
    
    From: Alexey Dobriyan <adobriyan@mail.ru>
    
    Fix
    
    drivers/video/geode/display_gx1.c: error: `loops_per_jiffy' undeclared (first use in this function)
    drivers/video/geode/video_cs5530.c: error: `loops_per_jiffy' undeclared (first use in this function)
    Signed-off-by: default avatarDavid Vrabel <dvrabel@arcom.com>
    Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
    Signed-off-by: default avatarAlexey Dobriyan <adobriyan@mail.ru>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    3dcf6506
display_gx1.c 6.18 KB