[PATCH 08/65] OMAPDSS: remove partial update from panel-taal

2011-11-22 Thread Tomi Valkeinen
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

Re: [PATCH 08/65] OMAPDSS: remove partial update from panel-taal

2011-11-22 Thread Archit Taneja
On Tuesday 22 November 2011 02:51 PM, Tomi Valkeinen wrote: 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

Re: [PATCH 08/65] OMAPDSS: remove partial update from panel-taal

2011-11-22 Thread Tomi Valkeinen
On Tue, 2011-11-22 at 17:23 +0530, Archit Taneja wrote: - r = taal_set_update_window(td, x, y, w, h); + /* XXX no need to send this every frame, but dsi break if not done */ + r = taal_set_update_window(td, 0, 0, + td-panel_config-timings.x_res, +

Re: [PATCH 08/65] OMAPDSS: remove partial update from panel-taal

2011-11-22 Thread Archit Taneja
On Tuesday 22 November 2011 06:02 PM, Tomi Valkeinen wrote: On Tue, 2011-11-22 at 17:23 +0530, Archit Taneja wrote: - r = taal_set_update_window(td, x, y, w, h); + /* XXX no need to send this every frame, but dsi break if not done */ + r = taal_set_update_window(td, 0, 0, +