commit | 39020710e707a01d80ea6c9e55dad4de93bb4730 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 26 14:54:05 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jul 25 10:22:06 2011 +0300 |
tree | 3686e8c7a03de39feafd395126d3105e0ef365c3 | |
parent | 6d9f29dd62142a173b54c0a5645fbdfb296f1316 [diff] |
OMAP: DSS2: Remove ctx loss count from dss.c dss.c only saves 1 register (3 in OMAP3) so the extra overhead from need_ctx_restore & co. is probably bigger than the time spent saving and restoring those few registers every time. So remove the code from dss.c and restore context every time dss has been off. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>