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=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,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 026A6C2D0E4 for ; Tue, 24 Nov 2020 09:48:20 +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 8E9CB20663 for ; Tue, 24 Nov 2020 09:48:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8E9CB20663 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 9ECF46E221; Tue, 24 Nov 2020 09:48:18 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 236A76E21D; Tue, 24 Nov 2020 09:48:17 +0000 (UTC) IronPort-SDR: uKyqg3+x/dbGocX2fL3cqnecFB1zVMEuF2+BO6hiaUO1xv+ZmOt1rLLNfbjhCOIZafQbTW1UKN JrqGBgp4O/eA== X-IronPort-AV: E=McAfee;i="6000,8403,9814"; a="151178002" X-IronPort-AV: E=Sophos;i="5.78,365,1599548400"; d="scan'208";a="151178002" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 01:48:16 -0800 IronPort-SDR: yFrX4gYOYsrFJIxcgYmCxd1hGaS6BDrMv+GtW05SfNhec3A2y+/hARhWGfJ3D9oEYV9/DcCwgq /3Nf6d8nRWGw== X-IronPort-AV: E=Sophos;i="5.78,365,1599548400"; d="scan'208";a="536410970" Received: from dohanlon-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.20.97]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 01:48:13 -0800 From: Jani Nikula To: Zhenyu Wang , Joonas Lahtinen In-Reply-To: <20201124031359.GE16939@zhen-hp.sh.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20201123090517.GC16939@zhen-hp.sh.intel.com> <160612395828.4926.14269845290017694082@jlahtine-mobl.ger.corp.intel.com> <20201124031359.GE16939@zhen-hp.sh.intel.com> Date: Tue, 24 Nov 2020 11:48:11 +0200 Message-ID: <87k0ubm6g4.fsf@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PULL] gvt-next 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: 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" On Tue, 24 Nov 2020, Zhenyu Wang wrote: > On 2020.11.23 11:32:38 +0200, Joonas Lahtinen wrote: >> Quoting Zhenyu Wang (2020-11-23 11:05:17) >> > >> > Hi, >> > >> > Here's gvt next pull for v5.11. Mostly it's for host suspend/resume >> > fix with vGPU active and with some other enhancement as details below. >> > Note that this includes some minor i915 driver change to add gvt hook >> > in suspend/resume function which has been sent and reviewed on >> > intel-gfx list. >> > >> > I just generated against drm-intel-next-queued-2020-11-03 which this >> > tree bases on now. Let me know if there's any issue in merge. >> >> Sometimes GVT changes are paired with changes related the i915 side >> to adjust the running virtual clients. The changes are more often >> related to GT side, but there's also been display related changes. >> >> Going forward, would we want to continue to apply gvt-next to >> drm-intel-next (-queued is planned to be deprecated) or >> should we use drm-intel-gt-next? >> > > Is there any clear criteria on patches for -next or -gt-next now? > Something might be only gvt specific, e.g we'll have some enhancement patches > for guest context parse, this might be considered as 'gt' part? I'm not sure. > But yes, I hope we just stick with one, currently thinking drm-intel-next. > >> Or should we always strictly apply the GVT changes to drm-intel-next, >> and then any related i915 changes to drm-intel-next or drm-intel-gt-next >> depending on which one they are related to? >> > > How about basically we just apply to drm-intel-next, but there might be gvt > specific pull required for -gt-next e.g ww-lock fixes? I think we can do that way > now to see if there'll be any real issue popup. Pulled to drm-intel-next-queued now. Thanks, Jani. > > Thanks > >> >> > Thanks >> > -- >> > The following changes since commit 139caf7ca2866cd0a45814ff938cb0c33920a266: >> > >> > drm/i915: Update DRIVER_DATE to 20201103 (2020-11-03 14:21:25 +0200) >> > >> > are available in the Git repository at: >> > >> > https://github.com/intel/gvt-linux tags/gvt-next-2020-11-23 >> > >> > for you to fetch changes up to 9a3a238b3de97b4210c6de66aa88b2d7021ac086: >> > >> > drm/i915/gvt: treat intel_gvt_mpt as const in gvt code (2020-11-23 17:14:20 +0800) >> > >> > ---------------------------------------------------------------- >> > gvt-next-2020-11-23 >> > >> > - Fix host suspend/resume with vGPU (Colin) >> > - optimize idr init (Varma) >> > - Change intel_gvt_mpt as const (Julian) >> > - One comment error fix (Yan) >> > >> > ---------------------------------------------------------------- >> > Colin Xu (3): >> > drm/i915/gvt: Save/restore HW status to support GVT suspend/resume >> > drm/i915: Add GVT resume routine to i915 >> > drm/i915/gvt: Fix virtual display setup for BXT/APL >> > >> > Deepak R Varma (1): >> > drm/i915/gvt: replace idr_init() by idr_init_base() >> > >> > Julian Stecklina (1): >> > drm/i915/gvt: treat intel_gvt_mpt as const in gvt code >> > >> > Yan Zhao (1): >> > drm/i915/gvt: correct a false comment of flag F_UNALIGN >> > >> > drivers/gpu/drm/i915/gvt/display.c | 179 ++++++++++++++++++++++++++++++++++++ >> > drivers/gpu/drm/i915/gvt/gtt.c | 64 +++++++++++++ >> > drivers/gpu/drm/i915/gvt/gtt.h | 4 + >> > drivers/gpu/drm/i915/gvt/gvt.c | 13 ++- >> > drivers/gpu/drm/i915/gvt/gvt.h | 7 +- >> > drivers/gpu/drm/i915/gvt/handlers.c | 44 ++++++++- >> > drivers/gpu/drm/i915/gvt/kvmgt.c | 2 +- >> > drivers/gpu/drm/i915/gvt/mmio.c | 5 + >> > drivers/gpu/drm/i915/gvt/mmio.h | 4 + >> > drivers/gpu/drm/i915/gvt/mpt.h | 2 +- >> > drivers/gpu/drm/i915/gvt/vgpu.c | 2 +- >> > drivers/gpu/drm/i915/i915_drv.c | 2 + >> > drivers/gpu/drm/i915/intel_gvt.c | 15 +++ >> > drivers/gpu/drm/i915/intel_gvt.h | 5 + >> > 14 files changed, 338 insertions(+), 10 deletions(-) >> > >> > -- >> > >> > $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 -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx