]> git.karo-electronics.de Git - linux-beck.git/commit
drm/i915: Move gt/pm irq handling out from irq disabled section on VLV
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 13 Apr 2016 18:19:56 +0000 (21:19 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 14 Apr 2016 11:45:45 +0000 (14:45 +0300)
commit528948745f6f52f36839b76beeab0632a9f16471
treec34668eff76741227ec42ff74aa95f7a7668eda7
parent2ecb8ca4a0190eb27c16e4484a0719cd692bc633
drm/i915: Move gt/pm irq handling out from irq disabled section on VLV

No need to actually handle the GT/PM interrupt while we have interrupt
sources disabled. Move the actual processing to happen after we've
restored VLV_IER and master interrupt enable.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1460571598-24452-11-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_irq.c