Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 9 Jan 2003 16:16:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 9 Jan 2003 16:16:55 -0500 Received: from phoenix.infradead.org ([195.224.96.167]:42244 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Thu, 9 Jan 2003 16:16:54 -0500 Date: Thu, 9 Jan 2003 21:25:30 +0000 (GMT) From: James Simmons To: Geert Uytterhoeven cc: Antonino Daplas , Petr Vandrovec , Linux Fbdev development list , Linux Kernel List , Subject: Re: [Linux-fbdev-devel] [PATCH][FBDEV]: fb_putcs() and fb_setfont() methods 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: 905 Lines: 18 > > This I have no problem with. I'm willing to accept this. As long as data > > from the console layer is not touched. As for loadtiles one thing I like > > to address is memory allocation. It probable is good idea to do things > > like place the tile data in buffers allocated by pci_alloc_consistent. > > The other fear is it will only support so many tiles. > > I think it's best to let the driver allocate it. That way the driver can put it > where it's best suited. pci_alloc_consistent() is meant for PCI only. Sorry about the confusiing. I was meaning things like pci_alloc_consistent of course would be handled for each driver that needed it. - 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/