Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265795AbUIJAqr (ORCPT ); Thu, 9 Sep 2004 20:46:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266566AbUIJAqr (ORCPT ); Thu, 9 Sep 2004 20:46:47 -0400 Received: from smtp-out.hotpop.com ([38.113.3.61]:23205 "EHLO smtp-out.hotpop.com") by vger.kernel.org with ESMTP id S265795AbUIJAqp (ORCPT ); Thu, 9 Sep 2004 20:46:45 -0400 From: "Antonino A. Daplas" Reply-To: adaplas@pol.net To: Petr Vandrovec , adaplas@pol.net Subject: Re: [PATCH 7/7] fbdev: Add Tile Blitting support Date: Fri, 10 Sep 2004 08:47:55 +0800 User-Agent: KMail/1.5.4 Cc: Andrew Morton , Linux Fbdev development list , linux-kernel@vger.kernel.org References: <200409100534.56680.adaplas@hotpop.com> <20040910001113.GA19132@vana.vc.cvut.cz> In-Reply-To: <20040910001113.GA19132@vana.vc.cvut.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409100847.56034.adaplas@hotpop.com> X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1595 Lines: 37 On Friday 10 September 2004 08:11, Petr Vandrovec wrote: > On Fri, Sep 10, 2004 at 05:34:56AM +0800, Antonino A. Daplas wrote: > > In my case at least, the cleanup did produce an unexpected but beneficial > > side effect, a little more speedup. Not much, < 5%. > > > > Petr, if you have comments, suggestions, or you think this is a bad idea, > > let me know. > > It looks like good idea to me. Though I still do not see benefits > 2.6.x fbcon provides over 2.4.x. Too late for that :-). Personally, minus the stability and bugs, I prefer 2.6 over 2.4. > > BTW, there is still bad bug with software scrollback and multihead > (it is here since I remember): redraw_screen sets redraw to 0 when > old_console == new_console, but fbcon uses con_switch() method for > deciding whether software scrollback should be reinitialized or not. > As software scrollback is per-system and not per-fbdev thing, this > has rather nasty consequences - when both fbdevs have different xres, > console user can crash system (con2fb /dev/fb1 /dev/tty11; set xres > fb0 != xres fb1; chvt 11; chvt 10; chvt 11; hit alt-shift-pgup > or force vt11 to scroll; crash, some kernel data structures were > overwritten with 0x0720...). I just tried it now, but can't elicit a crash (2.6.9-rc1-mm4 + my patches). I'll try to examine this in more detail this weekend. 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/