From: Chris Wilson Date: Thu, 13 Mar 2014 11:05:02 +0000 (+0000) Subject: drm/i915: Reset forcewake before suspend X-Git-Tag: v3.15-rc1~51^2~18^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d85cd367a3f5b4d891ebe9aaaa88a5c73a3a96;p=pandora-kernel.git drm/i915: Reset forcewake before suspend Now that we regularly defer the forcewake dance to a timer func, it is likely to fire after we disable the device during suspend. This generates an oops as we detect inconsistency in the hardware state. So before suspend, we want to complete the outstanding dance and generally sanitize the registers before handing back to the BIOS. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed