android_kernel_motorola_sm6225/drivers/video/omap2/dss
Tomi Valkeinen 8cab90fdb4 OMAP: DSS2: Fix update area calculations with multiple scaled overlays
When there are multiple scaled overlays simply checking whether the update
area intersects any of them in order is not enough. If eg. VID1 starts out
completely outside the update area but VID2 causes the update area to
increase in such a way that VID1 now falls partially within the increased
update area VID1 should be rechecked and the update area possibly
increased even further to fully encompass VID1. So simply keep looping
over the overlays until such time that none of the overlays caused the
update area to change.

Signed-off-by: Ville Syrjälä <ville.syrjala@nokia.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
2010-08-03 15:18:45 +03:00
..
core.c OMAP: DSS2: Fix omap_dss_probe() error path 2010-05-18 15:06:09 +03:00
dispc.c OMAP: DSS2: clear spurious SYNC_LOST_DIGIT interrupts 2010-08-03 15:18:45 +03:00
display.c OMAP: DSS2: Check if display supports update mode changes 2010-08-03 15:18:45 +03:00
dpi.c OMAP: DSS2: move timing functions 2010-02-24 14:31:28 +02:00
dsi.c OMAP: DSS2: DSI: Increase HS TX timeout 2010-08-03 15:18:45 +03:00
dss.c OMAP3630: DSS2: Updating MAX divider value 2010-05-18 15:06:06 +03:00
dss.h OMAP: DSS2: omap_dss_probe() conditional compilation cleanup 2010-05-18 15:06:08 +03:00
Kconfig OMAP: DSS2: Add Kconfig option for DPI display type 2010-05-18 14:14:29 +03:00
Makefile OMAP: DSS2: Add Kconfig option for DPI display type 2010-05-18 14:14:29 +03:00
manager.c OMAP: DSS2: Fix update area calculations with multiple scaled overlays 2010-08-03 15:18:45 +03:00
overlay.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
rfbi.c OMAP: DSS2: move enable/disable/suspend/resume 2010-02-24 14:31:28 +02:00
sdi.c OMAP: DSS2: Use vdds_sdi regulator supply in SDI 2010-05-18 14:14:29 +03:00
venc.c OMAP: DSS2: VENC: don't call platform_enable/disable() twice 2010-05-18 14:14:30 +03:00