From patchwork Thu Jan 20 20:48:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 12719061 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E836AC433F5 for ; Thu, 20 Jan 2022 20:48:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5920210E519; Thu, 20 Jan 2022 20:48:25 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id C451110E519 for ; Thu, 20 Jan 2022 20:48:23 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B08D7B81E55; Thu, 20 Jan 2022 20:48:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36B62C340E0; Thu, 20 Jan 2022 20:48:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1642711699; bh=w4VcuI/3zhWQl6ui5BVYNLaRbVfgrW/jIa3EPwGsGew=; h=Date:From:To:Cc:Subject:From; b=RrYZEAwegilX/Cs6ioExmUZfcShhX2NrNRBY2sL8NAIPYklsEJrNwUI3Sqfft5uTn ca6if3JFve3hUDsKzwoYjyhyaU1sWSHYm3mP3H64vnZm8mswOlhHr4G9hbCH0DqpEY MvTeH5O8LUgBfkZeBbjNN3cWptyeHIFjd98sXYYsAt5cFMxhty2/j+CeZX6yMBpFlO E98WRCgY8ED+ljmB8pQKV2KluyeuQDln5slrdvyjuHktErnOWHa2A2dMyq9wJ5HDcH 1DWIhpHczLVCQeM9l2bPaxewpFkO+Krzhnvk9g4gB3IB0ZH42sGAbFp8vDl44MPgC6 9aQtoGOgc9M4Q== Date: Thu, 20 Jan 2022 14:48:17 -0600 From: Bjorn Helgaas To: Linus Torvalds Message-ID: <20220120204817.GA1065181@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline Subject: [Intel-gfx] [GIT PULL] PCI fixes for v5.17 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: x86@kernel.org, Lorenzo Pieralisi , linux-pci@vger.kernel.org, intel-gfx@lists.freedesktop.org, Dave Hansen , Lucas De Marchi , linux-kernel@vger.kernel.org, Ingo Molnar , Borislav Petkov , Thomas Gleixner Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.17-fixes-1 for you to fetch changes up to 9c494ca4d3a535f9ca11ad6af1813983c1c6cbdd: x86/gpu: Reserve stolen memory for first integrated Intel GPU (2022-01-18 14:19:06 -0600) ---------------------------------------------------------------- PCI fixes: - Reserve "stolen memory" for integrated Intel GPU, even if it's not the first GPU to be enumerated (Lucas De Marchi) ---------------------------------------------------------------- Lucas De Marchi (1): x86/gpu: Reserve stolen memory for first integrated Intel GPU arch/x86/kernel/early-quirks.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)