public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Schlemmer <azarah@gentoo.org>
To: James Simmons <jsimmons@infradead.org>
Cc: Russell King <rmk@arm.linux.org.uk>,
	Thomas Molina <tmolina@cablespeed.com>,
	Linus Torvalds <torvalds@osdl.org>,
	Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.6.0-test3: logo patch
Date: 11 Aug 2003 08:24:37 +0200	[thread overview]
Message-ID: <1060583076.13256.13.camel@workshop.saharacpt.lan> (raw)
In-Reply-To: <20030809163812.A22875@flint.arm.linux.org.uk>

On Sat, 2003-08-09 at 17:38, Russell King wrote:
> On Sat, Aug 09, 2003 at 11:00:57AM -0500, Thomas Molina wrote:
> > The following patch has been floating around forever.  Can we get it in 
> > mainstream sometime in the near future?
> > 
> > --- linux-2.5-tm/drivers/video/cfbimgblt.c.orig	2003-08-08 17:42:16.000000000 -0500
> > +++ linux-2.5-tm/drivers/video/cfbimgblt.c	2003-08-08 17:42:30.000000000 -0500
> > @@ -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);
> >  }
> >  
> 
> Is this patch _still_ not in the kernel.
> 
> Linus - please merge this patch - its required for several ARM framebuffer
> drivers, and several other drivers.  James has indicated that this is the
> correct fix back in May:
> 

Right, this fixes the 'no logo' issue - anybody have any idea why
I now have two logo's ? :)

If need be, I can give dmesg/etc/etc, but not at home right now.

> On Tue, May 13, 2003 at 11:41:34PM +0100, James Simmons wrote:
> > At the very bottom of cfbimgblt.c change
> >
> > } else if (image->depth == bpp)
> >
> > to
> >
> > } else if (image->depth <= bpp)
> >
> > and tell me if this works.
-- 
Martin Schlemmer
Gentoo Linux Developer, Desktop Team
Cape Town, South Africa


  reply	other threads:[~2003-08-11  6:30 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <torvalds@osdl.org>
2003-08-09  5:40 ` Linux 2.6.0-test3 Linus Torvalds
2003-08-09  7:49   ` Linux 2.6.0-test3: USB still broken reg
2003-08-13 23:53     ` Greg KH
2003-08-09 14:53   ` [Bug 973] Re: Linux 2.6.0-test3: Presario laptop panic Thomas Molina
2003-08-09 13:52     ` Zwane Mwaikambo
2003-08-09 16:00   ` Linux 2.6.0-test3: logo patch Thomas Molina
2003-08-09 15:38     ` Russell King
2003-08-11  6:24       ` Martin Schlemmer [this message]
2003-08-11 17:25         ` James Simmons
2003-08-11 20:24           ` Martin Schlemmer
2003-08-09 16:28     ` ismail (cartman) donmez
2003-08-09 18:52       ` Andrew Morton
2003-08-12 17:36         ` James Simmons
2003-08-09 21:14   ` Linux 2.6.0-test3 Jacek Kawa
2003-08-09 21:27     ` Jacek Kawa
2003-08-10 10:40   ` Geert Uytterhoeven
2003-08-10 21:24   ` [patch] 2.6.0-test3: typo in hd.c Adrian Bunk
2003-08-11 23:07   ` Linux 2.6.0-test3 (compile statistics) John Cherry
2003-08-12  0:03     ` Mike Fedyk
2003-08-13 19:26     ` Adrian Bunk
2003-08-14  0:41       ` John Cherry

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=1060583076.13256.13.camel@workshop.saharacpt.lan \
    --to=azarah@gentoo.org \
    --cc=jsimmons@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=tmolina@cablespeed.com \
    --cc=torvalds@osdl.org \
    /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