]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: only enable HWSTAM interrupts on postinstall on ILK+
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 1 Apr 2014 18:37:27 +0000 (15:37 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 1 Apr 2014 21:30:26 +0000 (23:30 +0200)
commitd6a95c3ab012da406287e7db29e93aa8e8c6c761
tree7404aeecb5d3e2821ac9af8778d884822479667d
parent63ee8e6c7fc88837e90fd726bec27621b50c1124
drm/i915: only enable HWSTAM interrupts on postinstall on ILK+

We should only enable interrupts at postinstall.

And now on ILK/SNB/IVB/HSW the irq_preinstall and irq_postinstall
functions leave the hardware in the same state.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
[danvet: Fix compile fail due to drm_i915_private_t typedef removal.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c