From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Antonino A. Daplas" Subject: Re: [GEODE] Add framebuffer support for the AMD Geode LX Date: Thu, 12 Jul 2007 04:51:17 +0800 Message-ID: <1184187077.4504.11.camel@daplas> References: <20070709173211.GA6157@cosmic.amd.com> <20070710175039.GB32055@localhost.localdomain> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1I8j9j-0004jw-2N for linux-fbdev-devel@lists.sourceforge.net; Wed, 11 Jul 2007 13:51:29 -0700 Received: from nz-out-0506.google.com ([64.233.162.229]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1I8j9h-0000Fq-8X for linux-fbdev-devel@lists.sourceforge.net; Wed, 11 Jul 2007 13:51:26 -0700 Received: by nz-out-0506.google.com with SMTP id f1so4006449nzc for ; Wed, 11 Jul 2007 13:51:24 -0700 (PDT) In-Reply-To: <20070710175039.GB32055@localhost.localdomain> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-fbdev-devel-bounces@lists.sourceforge.net Errors-To: linux-fbdev-devel-bounces@lists.sourceforge.net To: linux-fbdev-devel@lists.sourceforge.net Cc: Jordan Crouse , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, info-linux@geode.amd.com On Tue, 2007-07-10 at 19:50 +0200, Ondrej Zajicek wrote: > On Mon, Jul 09, 2007 at 11:32:11AM -0600, Jordan Crouse wrote: > If don't support panning, it should ensure that > xres_virtual == xres and yres_virtual == yres > There is no rule for this, but the above suggestion is preferred. Tony ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932859AbXGKUvf (ORCPT ); Wed, 11 Jul 2007 16:51:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759232AbXGKUv0 (ORCPT ); Wed, 11 Jul 2007 16:51:26 -0400 Received: from nz-out-0506.google.com ([64.233.162.224]:15362 "EHLO nz-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758156AbXGKUvZ (ORCPT ); Wed, 11 Jul 2007 16:51:25 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=grYx7okYaxhFp4L+pjZqT1qsyWDASsO9sPj7zkXNQ8YawBS0m3reXl3A6unfDbdz96BX2QiMsQ5PLwQDFV1tXubCQt3YE4l4C/q+iuSOc6UXwywcW6ntbkEtcPNBRV3mLVdJvCeqv3PEYOf/M0lmVhb1/6c5OHGRqMcX4l+4AKc= Subject: Re: [Linux-fbdev-devel] [GEODE] Add framebuffer support for the AMD Geode LX From: "Antonino A. Daplas" To: linux-fbdev-devel@lists.sourceforge.net Cc: Jordan Crouse , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, info-linux@geode.amd.com, Ondrej Zajicek In-Reply-To: <20070710175039.GB32055@localhost.localdomain> References: <20070709173211.GA6157@cosmic.amd.com> <20070710175039.GB32055@localhost.localdomain> Content-Type: text/plain Date: Thu, 12 Jul 2007 04:51:17 +0800 Message-Id: <1184187077.4504.11.camel@daplas> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2007-07-10 at 19:50 +0200, Ondrej Zajicek wrote: > On Mon, Jul 09, 2007 at 11:32:11AM -0600, Jordan Crouse wrote: > If don't support panning, it should ensure that > xres_virtual == xres and yres_virtual == yres > There is no rule for this, but the above suggestion is preferred. Tony