From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 5B64EDDDE6 for ; Wed, 7 Feb 2007 07:49:41 +1100 (EST) Subject: Re: [PATCH 0/10] ps3av/fb drivers for 2.6.21 From: Benjamin Herrenschmidt To: Geert Uytterhoeven In-Reply-To: References: Content-Type: text/plain Date: Wed, 07 Feb 2007 07:49:13 +1100 Message-Id: <1170794953.2620.253.camel@localhost.localdomain> Mime-Version: 1.0 Cc: Paul Mackerras , James Simmons , Linux Frame Buffer Device Development , Linux/PPC Development List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > ps3av: Use a kernel thread to handle the actual video mode setting, as this > involves some quite big delays. The ps3 fbdev already has it's own kernel thread no ? Why use a second one ? We could just have the ps3av code keep the delays but be called by a thread ? Ben.