Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3204457pxb; Mon, 9 Nov 2020 05:32:53 -0800 (PST) X-Google-Smtp-Source: ABdhPJwJOgfJPvN/TumhudxagpfjsjyPtobuYfkNZWjqn2f82WtNjD9t7Zwp0acZEmRClN1Ecvqv X-Received: by 2002:a17:907:d23:: with SMTP id gn35mr1673161ejc.238.1604928772913; Mon, 09 Nov 2020 05:32:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604928772; cv=none; d=google.com; s=arc-20160816; b=uAidCKV37ji7B47wzmWZGHsVlRc8SGnVHcqCt7DFa8xcyEloyrQLJfJrfW7kDvcjis wsr98KpsQJk8Loq8Rf58IF6YgUg3Js3Azxoi/AGEjE2yHzwQqzc8VyDsiV/lRD7YMXlC 5nzy8KSuItU3aUW7uWvcK/chwMrS29QeltS22bhxxD6Bqy/oPe0ioaZ+ZRVCgTC4e7Ym uIGr17whvtoASDIGQMM3V/vScKJcLvQrHAM+vR9G8nLm85RfolnTwY6zcVrYlStDbLbm kkesOmaBXfMZguAGdeNQC/qTDORu19EsDMtErHVmuI+mnGQbGH1oZBmFZUfnhU6zxZTP 1gIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=45OvDScgt0PLgmOIRWUbmVLcB9xS4660285orzalBdo=; b=DJExq7MFMhG1cvYvCcYm8urG442ntpb8DJyCokKFspd+PATey3mMM7KB39OhNUxCCq GOXWZ9L6PPzhkUfvRNZUVJFugwBSlbbm0nw+O/KYt+Fe3s+CswBhXlInGPHjjed2eYKv Mor7KMj6kgPa4pL261f/TXfRz2Q6jm9UPSyxVVkGcro1blQNTWb3VQEiZLcCI1AEG2Qj byAWG1xWXzcD3/GmvdB6iAdsZu9wOLO1M+Lzvxhrle8WifI32dcE0Qfoo+B8yH9wYYvi waRn23L1+M9apdKHA+ilV18oC77IbF1S8DrAmUWEd3v0t951PJbIhmn/P5eOavKo6J9z z7CQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=juGzCVl8; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y19si7159694edu.12.2020.11.09.05.32.30; Mon, 09 Nov 2020 05:32:52 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=juGzCVl8; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732617AbgKINM1 (ORCPT + 99 others); Mon, 9 Nov 2020 08:12:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:37756 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732546AbgKINML (ORCPT ); Mon, 9 Nov 2020 08:12:11 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 01C1E2076E; Mon, 9 Nov 2020 13:12:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604927530; bh=BjGt8GDopeSM3gZ1nWWAZcXAqLRJr+0iISeU1sQ3PU8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=juGzCVl8qIxGDiklQ/AqW5XHgA1bNIOodFspjXGMR4cvakMZllWFul4JiQvqoRpYA /0XyPsgeB9uFcB4VIooKaCUhCCrXzAVm453frQYrlOZifsYMBa48Ue+MyYUXBUKPL9 EogA9kB/+lCXFiHTLfgzpIh5mPqib1rMZERM12Rw= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Chris Wilson , Mika Kuoppala , Bruce Chang , Joonas Lahtinen , Rodrigo Vivi Subject: [PATCH 5.4 02/85] drm/i915/gt: Delay execlist processing for tgl Date: Mon, 9 Nov 2020 13:54:59 +0100 Message-Id: <20201109125022.735129144@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201109125022.614792961@linuxfoundation.org> References: <20201109125022.614792961@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Chris Wilson commit 9b99e5ba3e5d68039bd6b657e4bbe520a3521f4c upstream. When running gem_exec_nop, it floods the system with many requests (with the goal of userspace submitting faster than the HW can process a single empty batch). This causes the driver to continually resubmit new requests onto the end of an active context, a flood of lite-restore preemptions. If we time this just right, Tigerlake hangs. Inserting a small delay between the processing of CS events and submitting the next context, prevents the hang. Naturally it does not occur with debugging enabled. The suspicion then is that this is related to the issues with the CS event buffer, and inserting an mmio read of the CS pointer status appears to be very successful in preventing the hang. Other registers, or uncached reads, or plain mb, do not prevent the hang, suggesting that register is key -- but that the hang can be prevented by a simple udelay, suggests it is just a timing issue like that encountered by commit 233c1ae3c83f ("drm/i915/gt: Wait for CSB entries on Tigerlake"). Also note that the hang is not prevented by applying CTX_DESC_FORCE_RESTORE, or by inserting a delay on the GPU between requests. Signed-off-by: Chris Wilson Cc: Mika Kuoppala Cc: Bruce Chang Cc: Joonas Lahtinen Cc: stable@vger.kernel.org Acked-by: Mika Kuoppala Link: https://patchwork.freedesktop.org/patch/msgid/20201015195023.32346-1-chris@chris-wilson.co.uk (cherry picked from commit 6ca7217dffaf1abba91558e67a2efb655ac91405) Signed-off-by: Rodrigo Vivi Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/i915/gt/intel_lrc.c | 3 +++ 1 file changed, 3 insertions(+) --- a/drivers/gpu/drm/i915/gt/intel_lrc.c +++ b/drivers/gpu/drm/i915/gt/intel_lrc.c @@ -1574,6 +1574,9 @@ static void process_csb(struct intel_eng if (!inject_preempt_hang(execlists)) ring_set_paused(engine, 0); + /* XXX Magic delay for tgl */ + ENGINE_POSTING_READ(engine, RING_CONTEXT_STATUS_PTR); + WRITE_ONCE(execlists->pending[0], NULL); break;