From: Martin Schlemmer <azarah@gentoo.org>
To: Bob Tracy <rct@gherkin.frus.com>
Cc: KML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] 2.5.74 boot logo
Date: 08 Jul 2003 17:42:41 +0200 [thread overview]
Message-ID: <1057678961.5499.433.camel@workshop.saharacpt.lan> (raw)
In-Reply-To: <20030708153028.61A304F11@gherkin.frus.com>
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
next prev parent reply other threads:[~2003-07-08 15:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-08 15:30 Bob Tracy
2003-07-08 15:42 ` Martin Schlemmer [this message]
2003-07-08 21:15 ` James Simmons
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1057678961.5499.433.camel@workshop.saharacpt.lan \
--to=azarah@gentoo.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rct@gherkin.frus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®