Re: [Qemu-devel] [PATCH v2 1/2] pxa2xx_lcd: add proper rotation support

2011-06-03 Thread Vasily Khoruzhick
On Wednesday 01 June 2011 12:28:06 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 > > hw/framebuffer.c |2 + > hw/pxa2xx_lcd.c

[Qemu-devel] [PATCH v2 1/2] pxa2xx_lcd: add proper rotation support

2011-06-01 Thread Vasily Khoruzhick
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 hw/framebuffer.c |2 + hw/pxa2xx_lcd.c | 86 +++-- input.c