From: Daniel Vetter Date: Sun, 9 Sep 2012 09:54:16 +0000 (+0200) Subject: drm/i915: set the right gen3 flip_done mode also at resume X-Git-Tag: v3.6-rc6~14^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=974a3b0f9f05b748fe11f1afc31efc32aa5160cb;p=pandora-kernel.git drm/i915: set the right gen3 flip_done mode also at resume Currently we've only frobbed this bit at irq_init time, but did not restore it at resume time. Move it to the gen3 clock gating function to fix this. Notice while reading through code. Cc: stable@vger.kernel.org (for 3.5 only) Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed