Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp609207pxb; Thu, 14 Jan 2021 14:03:13 -0800 (PST) X-Google-Smtp-Source: ABdhPJyw8V8RQwvR7RRQS3mHTEikcZ8OkEwChDJuoRxxasnaUuwwuKTTn6x6gDBxd0+ZzyECsqdg X-Received: by 2002:a17:906:af96:: with SMTP id mj22mr6776403ejb.127.1610661793112; Thu, 14 Jan 2021 14:03:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610661793; cv=none; d=google.com; s=arc-20160816; b=uNMfJfDxmzm3pZ8GPBigML831DrWuP2wwgmC1Q5OJuNh1zbyvtKRc1BeG8utUFc7e5 Jivy49T6kLOwHD49oLondh8w3Le/6rfj+CoWwuWtb3dj583JaOoEmitfUvRBJB7f+PEK pC1vIedTfYmR+cEDaz0V9cfcLamRVFNKgjFPqAhCYu4hxYtcVwpl9/L9bJIlhHM2iOh2 Us15e5VXMhyySgm4/tq4gZcqW/5XS3J599ymkMhVp3uAPtgLzJgQT2c/Vf5jPxI/34ns 7oMAsF6+IZu2Sk8aN0IecH6c3vS+hwYdz4eJ18nSy2wWq1VdZinO75Yu99R6c3mqqjjE sOJA== 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 :references:in-reply-to:message-id:subject:cc:to:from:date; bh=NtDYaBcGgudnV+YSBIVC4vTsvOvUkyyJiUHkqLlhps0=; b=nIsQ4DRH3JAUmGBq9Q9OpYEPk+PJ7jwGhbcESlKBwmiT10OdPs4vAN/b5zZQ3pVvmj nFIbIjHkvZQL7MoqmCPxIJEUj60oRgboz0yv5xuUE3dDUuNH9NrTGQzZ5rN+vzmKsN3D mh9weyU5Va7e3D24/N7EoDqIhQP2qUJLju5jrv2KvTJs9zGrW9SYpLBEmZUw8e6n5vE0 9kIotQ9fjMT9JdMdsE5tYufzqm6S53Q0vasO3IsCuzVryJ+2t8DaQvAGaHjisS5uhL5e 46FLKYTyjeoYrf1bYjAezfNdJJmCkpOGAyuJ47C/r57BhAg636EjVpRAw02m5Wh+z9aj yuXQ== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g19si3052343ejy.393.2021.01.14.14.02.49; Thu, 14 Jan 2021 14:03:13 -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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729536AbhANWCU (ORCPT + 99 others); Thu, 14 Jan 2021 17:02:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:52674 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725865AbhANWCU (ORCPT ); Thu, 14 Jan 2021 17:02:20 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 5983123A5E; Thu, 14 Jan 2021 22:01:39 +0000 (UTC) Date: Thu, 14 Jan 2021 17:01:37 -0500 From: Steven Rostedt To: Chris Wilson Cc: LKML , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, David Airlie , Linus Torvalds Subject: Re: [Intel-gfx] [BUG] on reboot: bisected to: drm/i915: Shut down displays gracefully on reboot Message-ID: <20210114170137.002763b3@gandalf.local.home> In-Reply-To: <161066015368.19482.10094410867880595092@build.alporthouse.com> References: <20210114163206.4a562d82@gandalf.local.home> <161066015368.19482.10094410867880595092@build.alporthouse.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 14 Jan 2021 21:35:53 +0000 Chris Wilson wrote: > Quoting Steven Rostedt (2021-01-14 21:32:06) > > On reboot, one of my test boxes now triggers the following warning: > > 057fe3535eb3 ("drm/i915: Disable RPM wakeref assertions during driver shutdown") > is included with the drm-intel-fixes PR. Thanks, I take it, it will be going into mainline soon. -- Steve