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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 259E4C433EF for ; Tue, 9 Nov 2021 07:56:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0202161175 for ; Tue, 9 Nov 2021 07:56:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243812AbhKIH7O (ORCPT ); Tue, 9 Nov 2021 02:59:14 -0500 Received: from verein.lst.de ([213.95.11.211]:48904 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243795AbhKIH7N (ORCPT ); Tue, 9 Nov 2021 02:59:13 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 5E36168AA6; Tue, 9 Nov 2021 08:56:26 +0100 (CET) Date: Tue, 9 Nov 2021 08:56:26 +0100 From: Christoph Hellwig To: Jason Gunthorpe Cc: Joonas Lahtinen , Christoph Hellwig , Jani Nikula , Rodrigo Vivi , Zhenyu Wang , Zhi Wang , intel-gfx@lists.freedesktop.org, intel-gvt-dev@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 02/29] drm/i915/gvt: integrate into the main Makefile Message-ID: <20211109075626.GB27339@lst.de> References: <20211102070601.155501-1-hch@lst.de> <20211102070601.155501-3-hch@lst.de> <163602902009.4807.3745093259631583283@jlahtine-mobl.ger.corp.intel.com> <20211104123225.GV2744544@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211104123225.GV2744544@nvidia.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 04, 2021 at 09:32:25AM -0300, Jason Gunthorpe wrote: > On Thu, Nov 04, 2021 at 02:30:20PM +0200, Joonas Lahtinen wrote: > > Quoting Christoph Hellwig (2021-11-02 09:05:34) > > > Remove the separately included Makefile and just use the relative > > > reference from the main i915 Makefile as for source files in other > > > subdirectories. > > > > The thinking behind the split is to avoid any merge conflicts as the > > gvt/ subdirectory is handled through separate pull request flow and > > are note part of drm-tip. > > Oh? In that case can we eventually move the VFIO mdev driver to > drivers/vfio/mdev/intel_gvt/ please? It pull in a lot from the general i915 driver..