From: Tomi Valkeinen Date: Thu, 26 May 2011 11:54:05 +0000 (+0300) Subject: OMAP: DSS2: Remove ctx loss count from dss.c X-Git-Tag: v3.1-rc1~98^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39020710e707a01d80ea6c9e55dad4de93bb4730;p=pandora-kernel.git 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 --- Reading git-diff-tree failed