From 9a2d2d8708208d983cb6101d58645537f7123a04 Mon Sep 17 00:00:00 2001 From: Deepak S Date: Fri, 22 Aug 2014 08:32:40 +0530 Subject: [PATCH] drm/i915: Fix to Enable GT/PM Interrupts MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Programing GT IER interrupts was fumbled while enabling Interrupts for gen8 We forgot to program PM IER interrupt in gen8_gt_irq_postinstall based on the new re-worked interrupt routines. v2: Kill the loop and init GT interrupts individually (Ville) Signed-off-by: Deepak S Reviewed-by: Ville Syrjälä [danvet: Adjust commit message as per discussion with Deepak.] Signed-off-by: Daniel Vetter --- Reading git-format-patch failed