From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH v3] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges Date: Mon, 21 Oct 2019 16:21:12 +0300 Message-ID: <20191021132112.GH2819@lahna.fi.intel.com> References: <20191016144449.24646-1-kherbst@redhat.com> <20191021114017.GY2819@lahna.fi.intel.com> <20191021120611.GB2819@lahna.fi.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Karol Herbst Cc: LKML , Bjorn Helgaas , Lyude Paul , "Rafael J . Wysocki" , Linux PCI , Linux PM , dri-devel , nouveau List-Id: dri-devel@lists.freedesktop.org On Mon, Oct 21, 2019 at 03:02:23PM +0200, Karol Herbst wrote: > > No, just block runtime PM from the device in nouveau driver. > > but that's not what the patch does. It only skips the PCI PM reg > write, but still let the ACPI method be invoked to put the device into > D3cold Oh, indeed it does. I did not realize that. Which makes me wonder whether ACPI _OFF() expects the device to be in D0 for some reason.