OMAP: DSS2: Remove ctx loss count from dss.c
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 26 May 2011 11:54:05 +0000 (14:54 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 25 Jul 2011 07:22:06 +0000 (10:22 +0300)
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>

No differences found