From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 21 Feb 2003 05:53:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 21 Feb 2003 05:53:39 -0500 Received: from mail2.sonytel.be ([195.0.45.172]:61940 "EHLO mail.sonytel.be") by vger.kernel.org with ESMTP id ; Fri, 21 Feb 2003 05:53:38 -0500 Date: Fri, 21 Feb 2003 12:02:38 +0100 (MET) From: Geert Uytterhoeven To: Antonino Daplas cc: James Simmons , Petr Vandrovec , Dave Jones , Linux Kernel Mailing List , Linux Fbdev development list Subject: Re: [Linux-fbdev-devel] Re: FBdev updates. In-Reply-To: <1045824362.1202.4.camel@localhost.localdomain> 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 On 21 Feb 2003, Antonino Daplas wrote: > On Fri, 2003-02-21 at 17:09, Geert Uytterhoeven wrote: > > On 21 Feb 2003, Antonino Daplas wrote: > > > Note: I cannot test with 12x22 fonts in 2.4 because some/most drivers do > > > not support it. > > > > Which specific drivers are you talking about? All drivers for popular cards > > support fontwidth 12 (Matrox, ATI, nVidia, 3Dfx, Permedia, VESA, ...). > > > You're absolutely correct, I'm wondering why I thought that :-) Here's > a benchmark for 12x22, and it's 2x slower than 8x16, 2.4.x or 2.5.x. > Still, the 2.5.x version is slower than 2.4.x. Because accel_putcs() falls back to individual character drawing if the fontwidth is not a multiple of 8. Using one fb_imageblit() for other fontwidths too would speed this up a lot (but needs some additional coding first). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds