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)
commit0c84121202bf8b9debd1efae9c6b500330eb24c5
tree7404aeecb5d3e2821ac9af8778d884822479667d
parent823f6b38e85c1d5439ec5c18d7574e22440e44a0
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
This page took 0.043426 seconds and 5 git commands to generate.