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.8 required=3.0 tests=BAYES_00, 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 922D1C4363A for ; Tue, 27 Oct 2020 20:45:14 +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 3C21120791 for ; Tue, 27 Oct 2020 20:45:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3C21120791 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 BD6846EC48; Tue, 27 Oct 2020 20:45:13 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5AD746E0E1; Tue, 27 Oct 2020 20:45:12 +0000 (UTC) IronPort-SDR: +HyX+BMU1+YT/dE/sR4ZRBK+dVH30EOe4uUQr7HI5TZi4V1c8VfH5CkOHSl8qfKpUhVjUkJf4M a98CDnuUUlnQ== X-IronPort-AV: E=McAfee;i="6000,8403,9787"; a="232344468" X-IronPort-AV: E=Sophos;i="5.77,424,1596524400"; d="scan'208";a="232344468" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2020 13:45:11 -0700 IronPort-SDR: abqokq2LiQoTEfObRgtfetkPxn0sDJeXXCKukszge/U+O6WiqT6d0ADSMnEQq0EIHSHjR+jxj9 A1Lbw9dpdhcw== X-IronPort-AV: E=Sophos;i="5.77,424,1596524400"; d="scan'208";a="355679204" Received: from rdvivi-losangeles.jf.intel.com (HELO intel.com) ([10.165.21.201]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2020 13:45:11 -0700 Date: Tue, 27 Oct 2020 16:46:43 -0400 From: Rodrigo Vivi To: Zhenyu Wang Message-ID: <20201027204643.GE3771340@intel.com> References: <20201027031740.GA27141@zhen-hp.sh.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201027031740.GA27141@zhen-hp.sh.intel.com> Subject: Re: [Intel-gfx] [PULL] gvt-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: 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" On Tue, Oct 27, 2020 at 11:17:40AM +0800, Zhenyu Wang wrote: > > Hi, > > Here's first gvt fixes for 5.10 which includes more vGPU > suspend/resume fix in HWSP reset handling, and also fix for host i915 > suspend regression when vGPU is created (not need to be active), and > one workaround for APL guest hang issue. pulled to drm-intel-fixes thanks > > Thanks > -- > The following changes since commit 16cce04cdb200ba905d1241b425ac48da5a9ace5: > > drm/i915/selftests: Push the fake iommu device from the stack to data (2020-09-23 10:15:46 +0300) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux tags/gvt-fixes-2020-10-27 > > for you to fetch changes up to 401ccfa87856656b874c737522ea92721394a348: > > drm/i915/gvt: Only pin/unpin intel_context along with workload (2020-10-19 16:54:28 +0800) > > ---------------------------------------------------------------- > gvt-fixes-2020-10-27 > > - Fix HWSP reset handling during vGPU suspend/resume (Colin) > - Apply flush workaround on APL now for possible guest hang (Colin) > - Fix vGPU context pin/unpin also for host suspend regression with > vGPU created (Colin) > > ---------------------------------------------------------------- > Colin Xu (3): > drm/i915/gvt: Allow zero out HWSP addr on hws_pga_write > drm/i915/gvt: Set SNOOP for PAT3 on BXT/APL to workaround GPU BB hang > drm/i915/gvt: Only pin/unpin intel_context along with workload > > drivers/gpu/drm/i915/gvt/handlers.c | 35 +++++++++++++++++++++++++++++++++-- > drivers/gpu/drm/i915/gvt/scheduler.c | 15 ++++++++------- > 2 files changed, 41 insertions(+), 9 deletions(-) > > > -- > > $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