From: Daniel Vetter Date: Thu, 12 Jun 2014 15:48:52 +0000 (+0200) Subject: drm/i915: Unifiy GT powersave suspend logic X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~63^2~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10d8d366790ff8da28c1853b2c795f3a74a4fdaa;p=pandora-kernel.git drm/i915: Unifiy GT powersave suspend logic Jesse's patch to only quiescent our rps work and Imre's fix to address a race with runtime pm and the forcewake reference held by the used diverging means to address the same bug: Jesse's patch uses flush_delayed_work while (since we want to make sure rps is set up) while Imre's used a cancel+manuel refcount adjustment. Unify them again by simply reusing intel_suspend_gt_powersave in intel_disable_gt_powersave. Cc: Imre Deak Cc: Jesse Barnes Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed