lkml.org 
[lkml]   [2003]   [Oct]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: FBDEV 2.6.0-test7 updates.
    James Simmons <jsimmons@infradead.org> wrote:
    >
    > Here is the latest fbdev patches.

    This one comes up again and again. What should we do with it?


    --- 25/drivers/video/radeonfb.c~radeonfb-line_length-fix 2003-10-05 09:17:58.000000000 -0700
    +++ 25-akpm/drivers/video/radeonfb.c 2003-10-05 09:17:58.000000000 -0700
    @@ -2090,7 +2090,7 @@ static int radeonfb_set_par (struct fb_i

    }
    /* Update fix */
    - info->fix.line_length = rinfo->pitch*64;
    + info->fix.line_length = mode->xres_virtual*(mode->bits_per_pixel/8);
    info->fix.visual = rinfo->depth == 8 ? FB_VISUAL_PSEUDOCOLOR : FB_VISUAL_DIRECTCOLOR;

    #ifdef CONFIG_BOOTX_TEXT
    _

    -
    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/

    \
     
     \ /
      Last update: 2005-03-22 13:49    [W:4.148 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site