pxa2xx_lcd: restore updating of display
commitb2bf03a90ca3024213e354d3e0a6bc0cc8fc31e8
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Tue, 18 Jan 2011 16:11:33 +0000 (18 19:11 +0300)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 20 Jan 2011 11:37:21 +0000 (20 12:37 +0100)
tree393dc56d814d3b6c264c7fa4255067df1558122b
parentf69866ea32f4e1f54bc14e3b4fa3d7e79754a205
pxa2xx_lcd: restore updating of display

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 <dbaryshkov@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/pxa2xx_lcd.c