From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUEVb-0006ER-6f for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUEVY-00047S-WD for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:53:02 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:37639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUEVY-00047H-Jt for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:53:00 -0400 Received: by bwz16 with SMTP id 16so259840bwz.4 for ; Wed, 08 Jun 2011 01:52:59 -0700 (PDT) From: Vasily Khoruzhick Date: Wed, 8 Jun 2011 11:52:25 +0300 References: <1306920487-18705-1-git-send-email-anarsoul@gmail.com> <1307115397-6496-1-git-send-email-anarsoul@gmail.com> In-Reply-To: <1307115397-6496-1-git-send-email-anarsoul@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201106081152.25613.anarsoul@gmail.com> Subject: Re: [Qemu-devel] [PATCH v3 1/2] pxa2xx_lcd: add proper rotation support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-devel@nongnu.org" On Friday 03 June 2011 18:36:36 Vasily Khoruzhick wrote: > Until now, pxa2xx_lcd only supported 90deg rotation, but > some machines (for example Zipit Z2) needs 270deg rotation. > > Signed-off-by: Vasily Khoruzhick Ping