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