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 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 B4AB7C4338F for ; Tue, 10 Aug 2021 05:24:00 +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 3EB1C60EC0 for ; Tue, 10 Aug 2021 05:24:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3EB1C60EC0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B520089DF7; Tue, 10 Aug 2021 05:23:59 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 78AD989DF7; Tue, 10 Aug 2021 05:23:58 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10070"; a="202016620" X-IronPort-AV: E=Sophos;i="5.84,309,1620716400"; d="asc'?scan'208";a="202016620" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2021 22:23:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,309,1620716400"; d="asc'?scan'208";a="444936220" Received: from zhen-hp.sh.intel.com (HELO zhen-hp) ([10.239.160.143]) by fmsmga007.fm.intel.com with ESMTP; 09 Aug 2021 22:23:55 -0700 Date: Tue, 10 Aug 2021 13:01:33 +0800 From: Zhenyu Wang To: "Vivi, Rodrigo" , Joonas Lahtinen , Jani Nikula Cc: intel-gfx , intel-gvt-dev , Zhi Wang , "Lv, Zhiyuan" , "Yuan, Hang" Message-ID: <20210810050133.GO13928@zhen-hp.sh.intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0et/Au7PJwzVwd4K" Content-Disposition: inline Subject: [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: , Reply-To: Zhenyu Wang Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" --0et/Au7PJwzVwd4K Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Here's one regression fix for windows VM hang issue on recent drivers. Thanks -- The following changes since commit c90b4503ccf42d9d367e843c223df44aa550e82a: drm/i915/gvt: Clear d3_entered on elsp cmd submission. (2021-07-08 16:42:34 +0800) are available in the Git repository at: https://github.com/intel/gvt-linux tags/gvt-fixes-2021-08-10 for you to fetch changes up to 699aa57b35672c3b2f230e2b7e5d0ab8c2bde80a: drm/i915/gvt: Fix cached atomics setting for Windows VM (2021-08-09 14:42:09 +0800) ---------------------------------------------------------------- gvt-fixes-2021-08-10 - Fix windows VM hang issue for atomics workaround (Zhenyu) ---------------------------------------------------------------- Zhenyu Wang (1): drm/i915/gvt: Fix cached atomics setting for Windows VM drivers/gpu/drm/i915/gvt/handlers.c | 1 + drivers/gpu/drm/i915/gvt/mmio_context.c | 2 ++ 2 files changed, 3 insertions(+) --0et/Au7PJwzVwd4K Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQTXuabgHDW6LPt9CICxBBozTXgYJwUCYRIIIwAKCRCxBBozTXgY J5VxAJ0Zq9s/40VlWt5Fc70UI/ws5rCSSwCfdXdE4mWH5k1gJjfQbcxkDpscSGY= =oZVH -----END PGP SIGNATURE----- --0et/Au7PJwzVwd4K--