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=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 EFA06C43331 for ; Fri, 3 Apr 2020 17:50:38 +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 A6AAC207FF for ; Fri, 3 Apr 2020 17:50:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A6AAC207FF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.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 184046EC52; Fri, 3 Apr 2020 17:50:38 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 40A426EC55; Fri, 3 Apr 2020 17:50:37 +0000 (UTC) IronPort-SDR: abwFa6hJEZy51mkaHJuqgtKUijjL/weVTmuuaUmc+0zo5RqILb6WHX8Y0nePzmO7ULTzW1jlxZ 6fOhH5O1Q9RQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2020 10:50:36 -0700 IronPort-SDR: fQ8AOj3EUsvvQsfj01gJpVMeRq62LXcQooTqQhbLRmGmGp+XqWQpT+GCpcSFSrJgwZ85kP4/hG JYtFlaNPoYyA== X-IronPort-AV: E=Sophos;i="5.72,340,1580803200"; d="scan'208";a="423605727" Received: from rdvivi-losangeles.jf.intel.com (HELO intel.com) ([10.165.21.202]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2020 10:50:36 -0700 Date: Fri, 3 Apr 2020 10:50:33 -0700 From: Rodrigo Vivi To: Zhenyu Wang , "Vetter, Daniel" , Dave Airlie Message-ID: <20200403175033.GA3997092@intel.com> References: <20200331070025.GB16629@zhen-hp.sh.intel.com> <20200331162644.GA3779315@intel.com> <20200403030507.GQ16629@zhen-hp.sh.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200403030507.GQ16629@zhen-hp.sh.intel.com> Subject: Re: [Intel-gfx] [PULL] gvt-next-fixes 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: "Zhao, Yan Y" , Jani Nikula , intel-gfx , "Yuan, Hang" , "Lv, Zhiyuan" , intel-gvt-dev Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" +Dave and Daniel, On Fri, Apr 03, 2020 at 11:05:07AM +0800, Zhenyu Wang wrote: > On 2020.03.31 09:26:44 -0700, Rodrigo Vivi wrote: > > On Tue, Mar 31, 2020 at 03:00:25PM +0800, Zhenyu Wang wrote: > > > > > > Hi, > > > > > > Here's more queued gvt fixes for 5.7. Please see details below. > > > > > > Thanks > > > -- > > > The following changes since commit a61ac1e75105a077ec1efd6923ae3c619f862304: > > > > > > drm/i915/gvt: Wean gvt off using dev_priv (2020-03-06 10:08:10 +0800) > > > > > > are available in the Git repository at: > > > > > > https://github.com/intel/gvt-linux.git tags/gvt-next-fixes-2020-03-31 > > > > > > for you to fetch changes up to eb0ff8074e0baecba2cd0c7813f6cfa99bafc430: > > > > > > drm/i915/gvt: Fix klocwork issues about data size (2020-03-27 15:37:58 +0800) > > > > pulled, thanks > > I forgot to mention one thing for 5.7. We've fixed to change guest mem r/w > from KVM to use new VFIO dma r/w instead in this series: https://patchwork.freedesktop.org/series/72038/ > > As this depends on VFIO tree and looks VFIO pull for 5.7 is not settled down > yet, we'd need to backmerge and send pull against vfio merge for 5.7. I'm not sure if I'm following on which backmerge you are willing us to do here. And for me it looks like late for 5.7 already. Maybe you mean we ack all of this to go through vfio flow then once that is settled drm backmerge and then drm-intel backmerge and you backmerge... Is that what you want? > > thanks > > > > > > > > > ---------------------------------------------------------------- > > > gvt-next-fixes-2020-03-31 > > > > > > - Fix non-privilege access warning (Tina) > > > - Fix display port type (Tina) > > > - BDW cmd parser missed SWTESS_BASE_ADDRESS (Yan) > > > - Bypass length check of LRI (Yan) > > > - Fix one klocwork warning (Tina) > > > > > > ---------------------------------------------------------------- > > > Tina Zhang (3): > > > drm/i915/gvt: Add some regs to force-to-nonpriv whitelist > > > drm/i915/gvt: Fix display port type issue > > > drm/i915/gvt: Fix klocwork issues about data size > > > > > > Yan Zhao (2): > > > drm/i915/gvt: add support to command SWTESS_BASE_ADDRESS > > > drm/i915/gvt: do not check len & max_len for lri > > > > > > drivers/gpu/drm/i915/gvt/cmd_parser.c | 16 ++++------------ > > > drivers/gpu/drm/i915/gvt/display.c | 6 +++--- > > > drivers/gpu/drm/i915/gvt/handlers.c | 8 ++++++-- > > > drivers/gpu/drm/i915/gvt/scheduler.c | 4 ++-- > > > 4 files changed, 15 insertions(+), 19 deletions(-) > > > > > > -- > > > Open Source Technology Center, Intel ltd. > > > > > > $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827 > > > > > > _______________________________________________ > > intel-gvt-dev mailing list > > intel-gvt-dev@lists.freedesktop.org > > https://lists.freedesktop.org/mailman/listinfo/intel-gvt-dev > > -- > Open Source Technology Center, Intel ltd. > > $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827 > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx