commit | 0c84121202bf8b9debd1efae9c6b500330eb24c5 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Tue Apr 01 15:37:27 2014 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Apr 01 23:30:26 2014 +0200 |
tree | 7404aeecb5d3e2821ac9af8778d884822479667d | |
parent | 823f6b38e85c1d5439ec5c18d7574e22440e44a0 [diff] |
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>