From patchwork Mon Jun 4 07:34:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Chris Wilson X-Patchwork-Id: 10446053 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BB68D600CA for ; Mon, 4 Jun 2018 07:35:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A952625D99 for ; Mon, 4 Jun 2018 07:35:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9DE6428B49; Mon, 4 Jun 2018 07:35:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3452A25D99 for ; Mon, 4 Jun 2018 07:35:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C7CE46E7F6; Mon, 4 Jun 2018 07:35:01 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from fireflyinternet.com (mail.fireflyinternet.com [109.228.58.192]) by gabe.freedesktop.org (Postfix) with ESMTPS id 654946E7F6 for ; Mon, 4 Jun 2018 07:35:00 +0000 (UTC) X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from haswell.alporthouse.com (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP id 11931241-1500050 for multiple; Mon, 04 Jun 2018 08:34:42 +0100 Received: by haswell.alporthouse.com (sSMTP sendmail emulation); Mon, 04 Jun 2018 08:34:42 +0100 From: Chris Wilson To: intel-gfx@lists.freedesktop.org Date: Mon, 4 Jun 2018 08:34:39 +0100 Message-Id: <20180604073441.6737-1-chris@chris-wilson.co.uk> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: 78.156.65.138 X-Country: code=GB country="United Kingdom" ip=78.156.65.138 Subject: [Intel-gfx] [PATCH 1/3] drm/i915/execlists: Remove synchronize_hardirq() X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mika.kuoppala@intel.com Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP This looked to be a sensible precaution to flush an ongoing interrupt before resetting the IRQ. However, it has a potential to trigger a lockup and is not strictly required so drop it. [21411.603173] NMI watchdog: Watchdog detected hard LOCKUP on cpu 1 [21411.603174] Modules linked in: i915 intel_gtt drm_kms_helper [21411.603181] CPU: 1 PID: 672 Comm: kworker/1:2 Tainted: G U 4.17.0-rc7+ #307 [21411.603181] Hardware name: /NUC6CAYB, BIOS AYAPLCEL.86A.0029.2016.1124.1625 11/24/2016 [21411.603227] Workqueue: events_long i915_hangcheck_elapsed [i915] [21411.603234] RIP: 0010:__synchronize_hardirq+0x12/0x50 [21411.603235] RSP: 0018:ffffc90000393c48 EFLAGS: 00000006 [21411.603236] RAX: 0000000001440200 RBX: ffff880275b09200 RCX: 000000000000003d [21411.603237] RDX: 0000000000000000 RSI: 000000000000007d RDI: ffff880275b09200 [21411.603238] RBP: ffff880256e81440 R08: ffff88027647a910 R09: ffff880275b09200 [21411.603239] R10: 0000000000000000 R11: 0000000000000040 R12: ffff880275b092a4 [21411.603239] R13: 0000000000000286 R14: ffff880273a86000 R15: ffff88027004eac0 [21411.603241] FS: 0000000000000000(0000) GS:ffff88027fc80000(0000) knlGS:0000000000000000 [21411.603242] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [21411.603243] CR2: 00007f9cc24d6018 CR3: 0000000002a09000 CR4: 00000000001406e0 [21411.603243] Call Trace: [21411.603250] synchronize_hardirq+0x1b/0x30 [21411.603286] reset_irq+0x1f/0x180 [i915] [21411.603323] execlists_reset+0x2f/0x1d0 [i915] [21411.603351] i915_reset_engine+0xf0/0x140 [i915] [21411.603381] i915_handle_error+0x11d/0x420 [i915] [21411.603386] ? scnprintf+0x3a/0x70 [21411.603421] i915_hangcheck_elapsed+0x310/0x490 [i915] [21411.603425] process_one_work+0x195/0x310 [21411.603427] worker_thread+0x26/0x3c0 [21411.603429] ? wq_nice_store+0xd0/0xd0 [21411.603431] kthread+0x107/0x120 [21411.603433] ? _kthread_create_worker_on_cpu+0x40/0x40 [21411.603435] ret_from_fork+0x1f/0x30 [21411.603437] Code: 00 00 89 c5 e8 50 e1 41 00 48 8b 53 38 89 e8 81 22 ff ff fb ff 5b 5d c3 90 41 54 4c 8d a7 a4 00 00 00 55 53 48 89 fb eb 02 f3 90 <48> 8b 43 38 8b 00 a9 00 00 04 00 75 f1 4c 89 e7 e8 89 e0 41 00 Fixes: 46b3617dfec8 ("drm/i915: Actually flush interrupts on reset not just wedging") Signed-off-by: Chris Wilson Cc: Mika Kuoppala Cc: Michel Thierry Cc: MichaƂ Winiarski --- drivers/gpu/drm/i915/intel_lrc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c index 517e92c6a70b..8d912d0c8fc1 100644 --- a/drivers/gpu/drm/i915/intel_lrc.c +++ b/drivers/gpu/drm/i915/intel_lrc.c @@ -869,7 +869,6 @@ static void reset_irq(struct intel_engine_cs *engine) { /* Mark all CS interrupts as complete */ smp_store_mb(engine->execlists.active, 0); - synchronize_hardirq(engine->i915->drm.irq); clear_gtiir(engine);