From: Florian Tobias Schandinat Date: Mon, 26 Apr 2010 17:31:03 +0000 (+0000) Subject: viafb: fix hardware acceleration for suspend & resume X-Git-Tag: v2.6.37-rc1~80^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adac8d65f399b02e8a2222fc75c658e4b8d24f65;p=pandora-kernel.git viafb: fix hardware acceleration for suspend & resume This patch splits the acceleration initialization in two parts: The first is only called during probe and is used to allocate resources. The second part is also called on resume to reinitalize the 2D engine. This should fix all acceleration issues after resume most notable an "invisible" cursor and as we do nothing special it is reasonable to assume that it works on all supported IGPs. Signed-off-by: Florian Tobias Schandinat Acked-by: Jonathan Corbet Cc: Joseph Chan --- Reading git-diff-tree failed