linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5.74 boot logo
@ 2003-07-08 15:30 Bob Tracy
  2003-07-08 15:42 ` Martin Schlemmer
  0 siblings, 1 reply; 3+ messages in thread
From: Bob Tracy @ 2003-07-08 15:30 UTC (permalink / raw)
  To: linux-kernel

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);
 }
 

-- 
-----------------------------------------------------------------------
Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] 2.5.74 boot logo
  2003-07-08 15:30 [PATCH] 2.5.74 boot logo Bob Tracy
@ 2003-07-08 15:42 ` Martin Schlemmer
  2003-07-08 21:15   ` James Simmons
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Schlemmer @ 2003-07-08 15:42 UTC (permalink / raw)
  To: Bob Tracy; +Cc: KML

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] 2.5.74 boot logo
  2003-07-08 15:42 ` Martin Schlemmer
@ 2003-07-08 21:15   ` James Simmons
  0 siblings, 0 replies; 3+ messages in thread
From: James Simmons @ 2003-07-08 21:15 UTC (permalink / raw)
  To: Martin Schlemmer; +Cc: Bob Tracy, KML


> 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)*.

Correct. Tester are welcomed :-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-08 21:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-08 15:30 [PATCH] 2.5.74 boot logo Bob Tracy
2003-07-08 15:42 ` Martin Schlemmer
2003-07-08 21:15   ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).