Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 3 Oct 2001 12:58:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 3 Oct 2001 12:58:36 -0400 Received: from www.transvirtual.com ([206.14.214.140]:45829 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Wed, 3 Oct 2001 12:58:24 -0400 Date: Wed, 3 Oct 2001 09:58:30 -0700 (PDT) From: James Simmons To: Benjamin Herrenschmidt cc: Alan Cox , Linux Kernel Mailing List , Linux console project Subject: Re: Huge console switching lags In-Reply-To: <20011003101944.29249@smtp.adsl.oleane.com> 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 > Well, there are indeed a few improvements to get with machine specific > optimisations on unaccelerated framebuffer. [snip]... Neat trick. Please note also that no read operations to the framebuffer are done by the fbcon layer. Such reads should be to the shadow buffers (vc_screenbuffer) instead. Reading the framebuffer is a userland operation and as such you really only tricks for reading in userland. - 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/