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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 066E8C4338F for ; Fri, 23 Jul 2021 05:52:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DA9D760E95 for ; Fri, 23 Jul 2021 05:52:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233628AbhGWFME (ORCPT ); Fri, 23 Jul 2021 01:12:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231949AbhGWFME (ORCPT ); Fri, 23 Jul 2021 01:12:04 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83605C061575 for ; Thu, 22 Jul 2021 22:52:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ehThWT3mpOsrsvgv/1oGyFQFms34ePGCjPGD7U03LpY=; b=LKQkFZFbdL9R7vj6N6VcWTT2CV Ybua3Ui1OUqDHhGpuCD5+lpoxUokvzlv/yUfhZF37ZMV6/3IY4yW7oLXUCXNdWQ/ObJ4SGDPvETGW 5yd85mr/DcAaAc9c/KHucepv0omCpPZkmTV/kDl7Lc4KMQLEknjUi4C+jXXQTDDXdMH6sgb+L9gUR VydJCodFY2l5bEBzEhVs4bw8a5f2a8z80ZpiZG6H1QFDIda6DYuQQ8autWZOprIlLpfeBqWOEezCS jK0QMbfJMVCz1aFPnDo+zz/pc+qmi+U8B4CwEdaPzJttzrwqFl5/xXJ34yVwQ2YKrWZzV6Y0/zxW+ AYPRYiGA==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6o6J-00B2Vu-5G; Fri, 23 Jul 2021 05:52:05 +0000 Date: Fri, 23 Jul 2021 06:51:59 +0100 From: Christoph Hellwig To: Bjorn Helgaas Cc: Huacai Chen , David Airlie , Daniel Vetter , Xuefeng Li , Benjamin Herrenschmidt , dri-devel@lists.freedesktop.org, linux-pci@vger.kernel.org, Bjorn Helgaas Subject: Re: [PATCH v2 0/9] PCI/VGA: Rework default VGA device selection Message-ID: References: <20210722212920.347118-1-helgaas@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210722212920.347118-1-helgaas@kernel.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thu, Jul 22, 2021 at 04:29:11PM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > This is a little bit of rework and extension of Huacai's nice work at [1]. > > It moves the VGA arbiter to the PCI subsystem, fixes a few nits, and breaks > a few pieces off Huacai's patch to make the main patch a little smaller. > > That last patch is still not very small, and it needs a commit log, as I > mentioned at [2]. FYI, I have a bunch of changes to this code that the drm maintainers picked up. They should show up in the next linux-next I think.