]> git.baikalelectronics.ru Git - kernel.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)
commita0d89209b298d84704b628c434c85c30ebfd9f4e
treec34668eff76741227ec42ff74aa95f7a7668eda7
parent6a8fc106195ab862374f3fb4f42e60bf1c0acbe3
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