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=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 8314EC433B4 for ; Mon, 26 Apr 2021 16:56:12 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 2FA1F6112F for ; Mon, 26 Apr 2021 16:56:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2FA1F6112F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9FAFA6E84F; Mon, 26 Apr 2021 16:56:11 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id CAC6A6E84F for ; Mon, 26 Apr 2021 16:56:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1619456169; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wblMniRG+tXdb/s6n04oEssn2lw4/r02yCdxqqbqlzs=; b=TRhgnVxJvvd99cpU+6W5DY36ZpMtmH8hLYhJkC6SV1zozzvdWO4mDk3GoQ+0QNLzGn3F2z 7vc++tUzEN92NpFCAXuCMTIQTNoy2vrqvBdUKiE6GvR5oXgt5v+OM823/p4XEv72hq0sAr tEAqLRhXAq4xYY/hb4vYL7pWNVcbJJI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-407-s49uKpPGNyKpsWJAWsiPLw-1; Mon, 26 Apr 2021 12:56:04 -0400 X-MC-Unique: s49uKpPGNyKpsWJAWsiPLw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4BE5118BE167; Mon, 26 Apr 2021 16:55:57 +0000 (UTC) Received: from redhat.com (ovpn-113-225.phx2.redhat.com [10.3.113.225]) by smtp.corp.redhat.com (Postfix) with ESMTP id 694853697; Mon, 26 Apr 2021 16:55:56 +0000 (UTC) Date: Mon, 26 Apr 2021 10:55:55 -0600 From: Alex Williamson To: Zhenyu Wang Message-ID: <20210426105555.3cad2599@redhat.com> In-Reply-To: <20210426094143.4031527-2-zhenyuw@linux.intel.com> References: <20210426094143.4031527-1-zhenyuw@linux.intel.com> <20210426094143.4031527-2-zhenyuw@linux.intel.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=alex.williamson@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: Re: [Intel-gfx] [PATCH 2/2] Revert "vfio/gvt: Make DRM_I915_GVT depend on VFIO_MDEV" 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: Arnd Bergmann , intel-gfx@lists.freedesktop.org, intel-gvt-dev@lists.freedesktop.org, Jason Gunthorpe Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, 26 Apr 2021 17:41:43 +0800 Zhenyu Wang wrote: > This reverts commit 07e543f4f9d116d6b4240644191dee6388ef4a85. 07e543f4f9d1 ("vfio/gvt: Make DRM_I915_GVT depend on VFIO_MDEV") > With all mdev handing moved to kvmgt module, only kvmgt should depend > on VFIO_MDEV. So revert this one. > > Cc: Arnd Bergmann > Cc: Jason Gunthorpe > Cc: Alex Williamson > Signed-off-by: Zhenyu Wang > --- > drivers/gpu/drm/i915/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig > index 8f15bfb5faac..93f4d059fc89 100644 > --- a/drivers/gpu/drm/i915/Kconfig > +++ b/drivers/gpu/drm/i915/Kconfig > @@ -102,7 +102,6 @@ config DRM_I915_GVT > bool "Enable Intel GVT-g graphics virtualization host support" > depends on DRM_I915 > depends on 64BIT > - depends on VFIO_MDEV > default n > help > Choose this option if you want to enable Intel GVT-g graphics I take it that this retracts your ack from https://lore.kernel.org/dri-devel/20210425032356.GH1551@zhen-hp.sh.intel.com/ I'll drop it from consideration for pushing through my tree unless indicated otherwise. Thanks, Alex _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx