lkml.org 
[lkml]   [2003]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] 2.5.74 boot logo
From
Date
On Tue, 2003-07-08 at 17:30, Bob Tracy wrote:
> Wouldn't look too good for this to be broken when 2.6 hits the
> streets :-). The fix is trivial, and has been necessary since
> 2.5.70 at least (nearly two months ago).
>
> --- orig/drivers/video/cfbimgblt.c Mon May 5 17:39:49 2003
> +++ linux/drivers/video/cfbimgblt.c Tue May 13 23:53:23 2003
> @@ -325,7 +325,7 @@
> else
> slow_imageblit(image, p, dst1, fgcolor, bgcolor,
> start_index, pitch_index);
> - } else if (image->depth == bpp)
> + } else if (image->depth <= bpp)
> color_imageblit(image, p, dst1, start_index, pitch_index);
> }
>

This has been fixed in James Simmons's tree, of which you can
get the latest 'snapshot' here:

http://phoenix.infradead.org/~jsimmons/fbdev.diff.gz

They will be merged when the fbdev guys think its of good enough
quality *I think (tm)*.


Regards,

--
Martin Schlemmer


-
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:46    [W:0.034 / U:0.884 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site