From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: Re: monochrome display fix. Date: Tue, 27 Jan 2004 21:19:29 +1100 Sender: linux-fbdev-devel-admin@lists.sourceforge.net Message-ID: <1075198769.30623.187.camel@gaston> References: <20040127074035.GF1315@rembrandt.csv.ica.uni-stuttgart.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1AlQMR-00026D-HF for linux-fbdev-devel@lists.sourceforge.net; Tue, 27 Jan 2004 02:22:23 -0800 Received: from gate.crashing.org ([63.228.1.57] ident=root) by sc8-sf-mx1.sourceforge.net with esmtp (TLSv1:AES256-SHA:256) (Exim 4.30) id 1AlQMQ-0004zT-UR for linux-fbdev-devel@lists.sourceforge.net; Tue, 27 Jan 2004 02:22:23 -0800 In-Reply-To: <20040127074035.GF1315@rembrandt.csv.ica.uni-stuttgart.de> Errors-To: linux-fbdev-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Thiemo Seufer Cc: Linus Torvalds , James Simmons , Linux Fbdev development list , Linux Kernel Mailing List > It was always broken. This went unnoticed, apparently nobody tried to use > a kernel which supports mono and colour framebuffers at the same time. Still, the patch is ugly.. I'd rather just calculate the colour normally, and only conditionally store it once in the end... Ben. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263185AbUA0KW1 (ORCPT ); Tue, 27 Jan 2004 05:22:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263303AbUA0KW0 (ORCPT ); Tue, 27 Jan 2004 05:22:26 -0500 Received: from gate.crashing.org ([63.228.1.57]:26082 "EHLO gate.crashing.org") by vger.kernel.org with ESMTP id S263185AbUA0KW0 (ORCPT ); Tue, 27 Jan 2004 05:22:26 -0500 Subject: Re: [Linux-fbdev-devel] Re: monochrome display fix. From: Benjamin Herrenschmidt To: Thiemo Seufer Cc: Linus Torvalds , James Simmons , Linux Fbdev development list , Linux Kernel Mailing List In-Reply-To: <20040127074035.GF1315@rembrandt.csv.ica.uni-stuttgart.de> References: <20040127074035.GF1315@rembrandt.csv.ica.uni-stuttgart.de> Content-Type: text/plain Message-Id: <1075198769.30623.187.camel@gaston> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 27 Jan 2004 21:19:29 +1100 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > It was always broken. This went unnoticed, apparently nobody tried to use > a kernel which supports mono and colour framebuffers at the same time. Still, the patch is ugly.. I'd rather just calculate the colour normally, and only conditionally store it once in the end... Ben.