Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp2350671ybt; Tue, 16 Jun 2020 03:54:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyZT/fzDY+2t1mALH1h+7zujEyilPDHl+51oldGMNdSoyT4ZyNabX+oMSGBK5g27ACIGmfW X-Received: by 2002:a17:906:2a94:: with SMTP id l20mr2096795eje.224.1592304891106; Tue, 16 Jun 2020 03:54:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592304891; cv=none; d=google.com; s=arc-20160816; b=C+t7MUmiho0vn5apUaf8aK4Chtk44Fz+Nx99xX64Gty/tSOt1Z4Bc+ImF6U57Pf5Qi URct+ELDPEVZSWUribDXsEo8naKiGHhq7zCYiYtse8X+4YcGkrg3g1NjI4mKZnO1U4j3 qf1c6Yv9wEHQfHs4ZyuIl9HxBBicC35lKjome9p+UZvUx14qvZ0g5C3lSBMk/E2bJ7Up TL1WulHlJclSpgax/zPPRpB/AkCg4MS1M1jNnITMbsY3F4qIqyFlPfuV3ux2/gDYnfuK XW3nwGkMnDKP/Jk6QWL/+9SK9qCCpgHqYNncw2E9yLUaWDYwmQXSOzuh84SUvNVesEb+ difQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=g1+koE3aOZ/ITeTc7Vxfa4ljY7h9AFG69Wz69316o3U=; b=U5vlpPg7k1xFnQ1O8DbNKl9ZPR53JfCe5BJqv7BZbxPx8JMa1TjEZ2iX99VgZNoT9B shq6VpA2PKLJTlbzTMwidzsxVo8Bal1BemGoDEFyYHNVi98ep3RAy1YXxyyJ6dfBv0Ab 7nizuB5qfp3oo656msMh+fsgcSkahHvK8K1NlvPzXWeNqD2dJhI9eabPkboGKLnpJxDV MbGiXy9HMa0yFB5w6UWZQoHNq9t+twHhjCQFIT86vQRC50dpwweUq+Kwu1BUixKI0nSj aSFUg+RK7gnTEO/lcIeb1TSjpDF+o8nMKjyklwvRW84F5nbR44202/1FP0BfQIpjIEVJ vtIQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w1si5696410ejv.375.2020.06.16.03.54.28; Tue, 16 Jun 2020 03:54:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728605AbgFPKwL (ORCPT + 99 others); Tue, 16 Jun 2020 06:52:11 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:53542 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728435AbgFPKwL (ORCPT ); Tue, 16 Jun 2020 06:52:11 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id C6A1E1C0BD2; Tue, 16 Jun 2020 12:52:09 +0200 (CEST) Date: Tue, 16 Jun 2020 12:51:56 +0200 From: Pavel Machek To: Dave Airlie Cc: Sasha Levin , "Deucher, Alexander" , Chris Wilson , Ville Syrj??l?? , Hawking Zhang , "Ursulin, Tvrtko" , linux-hyperv@vger.kernel.org, sthemmin@microsoft.com, Greg Kroah-Hartman , haiyangz@microsoft.com, LKML , dri-devel , spronovo@microsoft.com, wei.liu@kernel.org, Linux Fbdev development list , iourit@microsoft.com, kys@microsoft.com Subject: Re: [RFC PATCH 0/4] DirectX on Linux Message-ID: <20200616105156.GE1718@bug> References: <20200519163234.226513-1-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Having said that, I hit one stumbling block: > > "Further, at this time there are no presentation integration. " > > > > If we upstream this driver as-is into some hyperv specific place, and > > you decide to add presentation integration this is more than likely > > going to mean you will want to interact with dma-bufs and dma-fences. > > If the driver is hidden away in a hyperv place it's likely we won't > > even notice that feature landing until it's too late. > > > > I would like to see a coherent plan for presentation support (not > > code, just an architectural diagram), because I think when you > > contemplate how that works it will change the picture of how this > > driver looks and intergrates into the rest of the Linux graphics > > ecosystem. > > > > As-is I'd rather this didn't land under my purview, since I don't see > > the value this adds to the Linux ecosystem at all, and I think it's > > important when putting a burden on upstream that you provide some > > value. > > I also have another concern from a legal standpoint I'd rather not > review the ioctl part of this. I'd probably request under DRI > developers abstain as well. > > This is a Windows kernel API being smashed into a Linux driver. I don't want to be > tainted by knowledge of an API that I've no idea of the legal status of derived works. > (it this all covered patent wise under OIN?) If you can't look onto it, perhaps it is not suitable to merge into kernel...? What would be legal requirements so this is "safe to look at"? We should really require submitter to meet them... Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html