From patchwork Tue Sep 18 07:33:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhenyu Wang X-Patchwork-Id: 10603807 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 21BA315E8 for ; Tue, 18 Sep 2018 07:46:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0BFEF297F1 for ; Tue, 18 Sep 2018 07:46:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F1AF129816; Tue, 18 Sep 2018 07:46:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id A4DC5297F1 for ; Tue, 18 Sep 2018 07:46:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 421506E370; Tue, 18 Sep 2018 07:46:29 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 464376E367; Tue, 18 Sep 2018 07:46:27 +0000 (UTC) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2018 00:46:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,389,1531810800"; d="asc'?scan'208";a="71701983" Received: from zhen-hp.sh.intel.com (HELO zhen-hp) ([10.239.13.143]) by fmsmga008.fm.intel.com with ESMTP; 18 Sep 2018 00:43:57 -0700 Date: Tue, 18 Sep 2018 15:33:49 +0800 From: Zhenyu Wang To: "Vivi, Rodrigo" , Joonas Lahtinen , Jani Nikula Message-ID: <20180918073349.GQ20737@zhen-hp.sh.intel.com> MIME-Version: 1.0 User-Agent: Mutt/1.10.0 (2018-05-17) Subject: [Intel-gfx] [PULL] gvt-fixes for 4.19-rc5 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Zhenyu Wang Cc: intel-gfx , intel-gvt-dev , "Lv, Zhiyuan" , "Yuan, Hang" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP Hi, Here's more gvt fixes for 4.19. Two more BXT fixes from Colin, one srcu locking fix and one fix for GGTT clear when destroy vGPU. p.s, I'll start my vacation from tomorrow. Wang Zhi will cover for gvt pull. Thanks --- The following changes since commit 792fab2c0d45758ad3d187bd252570d2bb627fa9: drm/i915/gvt: Fix the incorrect length of child_device_config issue (2018-09-06 11:17:38 +0800) are available in the Git repository at: https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-09-18 for you to fetch changes up to 7759ca3aac79648d01c9edcb3b00503c02bec2f5: drm/i915/gvt: clear ggtt entries when destroy vgpu (2018-09-18 10:39:44 +0800) ---------------------------------------------------------------- gvt-fixes-2018-09-18 - Fix initial DPIO PHY register state for BXT (Colin) - BXT untracked GEN9_CLKGATE_DIS_4 warning fix (Colin) - Fix srcu lock for GFN valid check (Weinan) - Should clear GGTT entry value after vGPU destroy (Zhipeng) ---------------------------------------------------------------- Colin Xu (2): drm/i915/gvt: Init PHY related registers for BXT drm/i915/gvt: Add GEN9_CLKGATE_DIS_4 to default BXT mmio handler Weinan Li (1): drm/i915/gvt: request srcu_read_lock before checking if one gfn is valid Zhipeng Gong (1): drm/i915/gvt: clear ggtt entries when destroy vgpu drivers/gpu/drm/i915/gvt/handlers.c | 1 + drivers/gpu/drm/i915/gvt/kvmgt.c | 7 ++++++- drivers/gpu/drm/i915/gvt/mmio.c | 28 ++++++++++++++++++++++++++++ drivers/gpu/drm/i915/gvt/vgpu.c | 1 + 4 files changed, 36 insertions(+), 1 deletion(-)