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.7 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 07C10C2D0E4 for ; Thu, 19 Nov 2020 06:52:44 +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 911872224D for ; Thu, 19 Nov 2020 06:52:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 911872224D 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 B519489CA8; Thu, 19 Nov 2020 06:52:42 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id D1D4F89CA8; Thu, 19 Nov 2020 06:52:41 +0000 (UTC) IronPort-SDR: HAf+JM4DRv7wBtVfJnPQ6/vMlhu5yLyWL5A0TJKDhFrTQvUWIfLLS5W6p7lmxf+lThwnavhPMf aiaX+rh8KGUw== X-IronPort-AV: E=McAfee;i="6000,8403,9809"; a="171340627" X-IronPort-AV: E=Sophos;i="5.77,489,1596524400"; d="scan'208";a="171340627" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2020 22:52:41 -0800 IronPort-SDR: bsI3kmsVJUGt9P5VBn6aKchAkHetjmYAbaze6zhMacUPKXhhQAbdYnB5CZKkO/QOJEDNfr21Jz HPXj6nYe+jSA== X-IronPort-AV: E=Sophos;i="5.77,489,1596524400"; d="scan'208";a="533051502" Received: from rdvivi-losangeles.jf.intel.com (HELO intel.com) ([10.165.21.201]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Nov 2020 22:52:40 -0800 Date: Thu, 19 Nov 2020 01:53:46 -0500 From: Rodrigo Vivi To: Zhenyu Wang Message-ID: <20201119065346.GA1747137@intel.com> References: <20201117023918.GB23899@zhen-hp.sh.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201117023918.GB23899@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, Nov 17, 2020 at 10:39:18AM +0800, Zhenyu Wang wrote: > > Hi, > > Here's more gvt fixes for 5.10. It temporarily disables VFIO edid > feature on BXT/APL until its virtual display is really fixed to make > it work properly. And fixes for DPCD 1.2 and error return in taking > module reference. > > Thanks > -- > The following changes since commit 92010a97098c4c9fd777408cc98064d26b32695b: > > drm/i915/gvt: Fix mmio handler break on BXT/APL. (2020-10-30 11:50:06 +0800) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux tags/gvt-fixes-2020-11-17 > > for you to fetch changes up to 4ec2b69da5e1544dbadb30cddb49c8df60209b0c: > > drm/i915/gvt: return error when failing to take the module reference (2020-11-13 12:16:52 +0800) > > ---------------------------------------------------------------- > gvt-fixes-2020-11-17 > > - Temporarily disable VFIO edid on BXT/APL (Colin) > - Fix emulated DPCD for version 1.2 (Tina) > - Fix error return when failing to take module reference (Xiongfeng) pulled, thanks! > > ---------------------------------------------------------------- > Colin Xu (1): > drm/i915/gvt: Temporarily disable vfio_edid for BXT/APL > > Tina Zhang (1): > drm/i915/gvt: Set ENHANCED_FRAME_CAP bit > > Xiongfeng Wang (1): > drm/i915/gvt: return error when failing to take the module reference > > drivers/gpu/drm/i915/gvt/display.c | 2 +- > drivers/gpu/drm/i915/gvt/kvmgt.c | 4 +++- > drivers/gpu/drm/i915/gvt/vgpu.c | 3 ++- > 3 files changed, 6 insertions(+), 3 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