diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-05-09 21:45:43 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-05-10 11:51:30 +0200 |
commit | 9adab8b5a7fde248504f484e197589f3e3c922e2 (patch) | |
tree | e1881a35e6824fcaee50e36c5d653a1429857e04 /drivers/gpu/drm/i915/i915_suspend.c | |
parent | 59de3295adaf9503e91e7e6d323cf9becef600de (diff) | |
download | talos-op-linux-9adab8b5a7fde248504f484e197589f3e3c922e2.tar.gz talos-op-linux-9adab8b5a7fde248504f484e197589f3e3c922e2.zip |
drm/i915: Avoid a double-read of PCH_IIR during interrupt handling
Currently the code re-reads PCH_IIR during the hotplug interrupt
processing. Not only is this a wasted read, but introduces a potential
for handling a spurious interrupt as we then may not clear all the
interrupts processed (since the re-read IIR may contains more interrupts
asserted than we clear using the result of the original read).
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: stable@kernel.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_suspend.c')
0 files changed, 0 insertions, 0 deletions