Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272395AbTHIPCc (ORCPT ); Sat, 9 Aug 2003 11:02:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272396AbTHIPCc (ORCPT ); Sat, 9 Aug 2003 11:02:32 -0400 Received: from cmu-24-35-14-252.mivlmd.cablespeed.com ([24.35.14.252]:26497 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id S272395AbTHIPBo (ORCPT ); Sat, 9 Aug 2003 11:01:44 -0400 Date: Sat, 9 Aug 2003 11:00:57 -0500 (CDT) From: Thomas Molina X-X-Sender: tmolina@localhost.localdomain To: Linus Torvalds cc: Kernel Mailing List Subject: Re: Linux 2.6.0-test3: logo patch In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 774 Lines: 20 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); } - 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/