From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSWSz-0007Ee-DN for qemu-devel@nongnu.org; Fri, 03 Jun 2011 11:39:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSWSy-00033k-0P for qemu-devel@nongnu.org; Fri, 03 Jun 2011 11:39:17 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:50761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSWSx-00033Z-KF for qemu-devel@nongnu.org; Fri, 03 Jun 2011 11:39:15 -0400 Received: by bwz16 with SMTP id 16so2054659bwz.4 for ; Fri, 03 Jun 2011 08:39:14 -0700 (PDT) From: Vasily Khoruzhick Date: Fri, 3 Jun 2011 18:38:47 +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: <201106031838.47303.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 > --- > v2: codestyle fixes > v3: fix dpy_update calls for 180 and 360 deg. rotation. s/360/270