public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: Thomas Molina <tmolina@cablespeed.com>,
	James Simmons <jsimmons@infradead.org>
Cc: Linus Torvalds <torvalds@osdl.org>,
	Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.6.0-test3: logo patch
Date: Sat, 9 Aug 2003 16:38:12 +0100	[thread overview]
Message-ID: <20030809163812.A22875@flint.arm.linux.org.uk> (raw)
In-Reply-To: <Pine.LNX.4.44.0308091059490.2587-100000@localhost.localdomain>; from tmolina@cablespeed.com on Sat, Aug 09, 2003 at 11:00:57AM -0500

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:

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.


-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


  reply	other threads:[~2003-08-09 15:38 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 [this message]
2003-08-11  6:24       ` Martin Schlemmer
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=20030809163812.A22875@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=jsimmons@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --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