commit | 98cd5796b37074fb6542b1c4042c2fd3862a6f77 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Nov 04 17:10:54 2015 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Dec 29 11:06:28 2015 +0200 |
tree | 033590171231bae53520ef5ae093c11ad39f805e | |
parent | 4c055ce03b670664a8ac39878b219d94c8ef092f [diff] |
OMAPDSS: add setup for WB capture mode in dispc_wb_setup() dispc_wb_setup() handles configuration only for mem-to-mem case. This patch adds the necessary configuration to handle also display capture mode. We need to set CAPTUREMODE to 0 (continuous capture), and WBDELAYCOUNT according to the vertical timings of the display, so that the WB FIFO has time to flush before the next frame starts. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>