]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
OMAPDSS: remove partial update from panel-taal
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 3 Nov 2011 14:45:07 +0000 (16:45 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:24 +0000 (08:54 +0200)
commit6331709bcafe578f63c837a8d726ce8ffdfe0895
treeb8d56fd3d28400a59d80b14e6f72727c45e733ef
parent5476e74a03f4be972708162050c8ac7fe150449f
OMAPDSS: remove partial update from panel-taal

Partial update for manual update displays has never worked quite well:
* The HW has limitations on the update area, and the x and width need to
  be even.
* Showing a part of a scaled overlay causes artifacts.
* Makes the management of dispc very complex

Considering the above points and the fact that partial update is not
used anywhere, this and the following patches remove the partial update
support. This will greatly simplify the following re-write of the apply
mechanism to get proper locking and additional features like fifo-merge.

This patch removes the partial update from the panel-taal.c.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/displays/panel-taal.c