commit | 41a05a3a5cdc5d731014588b9a24759af1804d48 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 04 23:35:26 2013 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 11 14:36:23 2013 +0200 |
tree | bf6c66c51051369e22f2c36a1e158382b34f186b | |
parent | d0ecd7e221c87514b1eca84b11fee1e262f5d816 [diff] |
drm/i915: streamline hsw_pm_irq_handler The if (pm_iir & ~GEN6_PM_RPS_EVENTS) check was redunandant. Otoh adding a check for rps events allows us to avoid the spinlock grabbing for VECS interrupts. v2: Drop misplaced hunk which now moved to the right patch. Reviewed-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>