lkml.org 
[lkml]   [2008]   [Nov]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [Linux-fbdev-devel] radeonfb lockup in .28-rc (bisected)
From
Date
On Tue, 2008-11-04 at 19:49 +1300, Paul Collins wrote:
> + int width = ((image->width - 1) / 32 + 1) * 32;

Heh, it would have been easier to do

width = (image->width | 0x1f) + 1;

BTW. Does it always lockup or only when using this special font (without
the hack that is ?)

Cheers,
Ben.




\
 
 \ /
  Last update: 2008-11-04 22:41    [W:0.048 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site