Re: [Qemu-devel] [PATCH] pxa2xx_lcd: restore updating of display

2011-01-20 Thread Aurelien Jarno
On Tue, Jan 18, 2011 at 07:11:33PM +0300, Dmitry Eremin-Solenikov wrote: > Recently PXA2xx lcd have stopped to be updated incrementally (picture > frozen). This patch fixes that by passing non min/max x/y, but rather > (correctly) x/y and w/h. > > Signed-off-by: Dmitry Eremin-Solenikov > --- > h

[Qemu-devel] [PATCH] pxa2xx_lcd: restore updating of display

2011-01-18 Thread Dmitry Eremin-Solenikov
Recently PXA2xx lcd have stopped to be updated incrementally (picture frozen). This patch fixes that by passing non min/max x/y, but rather (correctly) x/y and w/h. Signed-off-by: Dmitry Eremin-Solenikov --- hw/pxa2xx_lcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --gi