From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3AC7C3A5A7 for ; Thu, 8 Dec 2022 14:12:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229554AbiLHOMG (ORCPT ); Thu, 8 Dec 2022 09:12:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229883AbiLHOMB (ORCPT ); Thu, 8 Dec 2022 09:12:01 -0500 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5ECE9AE63 for ; Thu, 8 Dec 2022 06:12:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670508720; x=1702044720; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=yUQTEKvQjQ4QXRZzJbaWLgJ89uPgoiydI0Ag/KDyonU=; b=HW4FYQxXP4LFht/nswm5/5ty3UUm+cd0+itYoyReSjeG35qq2Moa+e0r +5LbmYvrE96UJU/hBz/hNtysFt2hldeM2wpZcf9CivqXbiCDVAnskbP6N RUC1H7nyXq7tGTsSlg5nnC2OmGszXuNxG7RvzQ02uNUOVo/U2OBjc5C6+ 9zfuNbw52/lxoF0qnGrbHPv1u2RptfeDKet+vFCCNqwT4frDbdICEFhK7 U6fMMUGn+/9m60bx8ZwHwiZtZq/guHlGQQ2C9v4kp5L43UDvzQi3Jm5QS AIBiqNlV9XGj5idbjoH+H/V3HsdnxxV2BwYDdvRfw+rpd1Yq71yro02d4 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10555"; a="315896063" X-IronPort-AV: E=Sophos;i="5.96,227,1665471600"; d="scan'208";a="315896063" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2022 06:12:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10555"; a="821348514" X-IronPort-AV: E=Sophos;i="5.96,227,1665471600"; d="scan'208";a="821348514" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga005.jf.intel.com with ESMTP; 08 Dec 2022 06:11:58 -0800 Received: by black.fi.intel.com (Postfix, from userid 1001) id B3787132; Thu, 8 Dec 2022 16:12:26 +0200 (EET) Date: Thu, 8 Dec 2022 16:12:26 +0200 From: Mika Westerberg To: Bjorn Helgaas Cc: Bjorn Helgaas , Sathyanarayanan Kuppuswamy , linux-pci@vger.kernel.org Subject: Re: [PATCH v2] PCI/portdrv: Do not require an interrupt for all AER capable ports Message-ID: References: <20221208122349.GA1525911@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thu, Dec 08, 2022 at 03:58:19PM +0200, Mika Westerberg wrote: > If there is no driver attached to PCI device (this case upstream port) > it will not enter low power states. It allows GPU to suspend but it > does not allow the whole topology to enter low power states. Ah, also in our case they saw the portdv probe fail in the logs.