Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 27 Mar 2003 14:22:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 27 Mar 2003 14:22:51 -0500 Received: from pine.compass.com.ph ([202.70.96.37]:54797 "HELO pine.compass.com.ph") by vger.kernel.org with SMTP id ; Thu, 27 Mar 2003 14:22:51 -0500 Subject: Re: [Linux-fbdev-devel] Much better framebuffer fixes. From: Antonino Daplas To: Geert Uytterhoeven Cc: James Simmons , Linux Kernel Mailing List , Linux Fbdev development list In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1048792147.1086.28.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 28 Mar 2003 03:15:23 +0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 969 Lines: 26 On Thu, 2003-03-27 at 17:18, Geert Uytterhoeven wrote: > On Thu, 27 Mar 2003, James Simmons wrote: > > drivers/video/logo/logo.c | 69 +++++------ > > Are you sure the change from logo type to logo depth in (fb_)find_logo() won't > have any side effects? After this change, you may receive a different type of > logo than you requested. > I agree. Take the case of Directcolor. At 16-bpp, it needs linux_logo_vga16, not linux_logo_clut224. Also, monochrome at 8bpp needs linux_logo_mono, certainly not linux_logo_clut224. There are obviously other similar cases. I think the original logo code in both logo.c and fbmem.c, though a bit more confusing, provides better ways of choosing the correct logo. Tony - 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/