From: Dave Airlie Date: Wed, 23 Jul 2014 04:25:24 +0000 (+1000) Subject: drm/i915: don't suspend gt until after we disable irqs and display (v2) X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09b64267c1f72f2670fcde9f11e5453ce365ca23;p=pandora-kernel.git drm/i915: don't suspend gt until after we disable irqs and display (v2) When I moved the irq disable down to after display disable, I didn't realise the gt suspend also required irqs off, so move it down as well. Fixes WARNs seen at suspend/resume time. v2: moved the rps flush down as well. Tested-by: Paulo Zanoni Signed-off-by: Dave Airlie --- Reading git-diff-tree failed