From: Imre Deak Date: Mon, 14 Apr 2014 17:24:37 +0000 (+0300) Subject: drm/i915: make runtime PM interrupt enable/disable platform independent X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~56^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5478bcd5f04c3eef934f506a98c8849bb410cd9;p=pandora-kernel.git drm/i915: make runtime PM interrupt enable/disable platform independent We need to disable the interrupts for all platforms, so make the helpers for this platform independent and call them from them platform independent runtime suspend/resume callbacks. On HSW/BDW this will move interrupt disabling/re-enabling at the beginning/end of runtime suspend/resume respectively, but I don't see any reason why this would cause a problem there. In any case this seems to be the correct thing to do even on those platforms. Signed-off-by: Imre Deak Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed