From: Imre Deak Date: Wed, 19 Nov 2014 13:30:02 +0000 (+0200) Subject: drm/i915: move rps irq disable one level up X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~14^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e534770addd798e17b95372b4cd61682d1bf9296;p=pandora-kernel.git drm/i915: move rps irq disable one level up We disable the RPS interrupts for all platforms at the same spot, so move it one level up in the callstack to simplify things. No functional change. v2: - rebase on the GEN9 patches where RPS isn't supported yet, so we don't need to disable RPS interrupts on it (Paulo) v3: - avoid disabling the interrupts on GEN>9 too (Paulo) Signed-off-by: Imre Deak Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed