From patchwork Wed May 19 07:49:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhenyu Wang X-Patchwork-Id: 12266613 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 40B5EC433ED for ; Wed, 19 May 2021 08:08:28 +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 EF55261353 for ; Wed, 19 May 2021 08:08:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EF55261353 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=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5FF536ECD8; Wed, 19 May 2021 08:08:27 +0000 (UTC) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 36EFD6ECD7; Wed, 19 May 2021 08:08:26 +0000 (UTC) IronPort-SDR: OstYQhgNYjXT3jSuKdPXo1hKkK5afucAMcC8an/QGCgGz7USwJGxp6Ng/W+FS/HyxuBhdWW0kG umtP17BYQ6fA== X-IronPort-AV: E=McAfee;i="6200,9189,9988"; a="262148989" X-IronPort-AV: E=Sophos;i="5.82,312,1613462400"; d="asc'?scan'208";a="262148989" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2021 01:08:25 -0700 IronPort-SDR: 5MiHVO8p0jOQAwyemEMFRoCqlkIewJwEnPtYTyD7TY8w2u3UDo6mVSpcUgK7aN+uu5MAgDcYM8 DHPQZyzR0KCQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,312,1613462400"; d="asc'?scan'208";a="627525913" Received: from zhen-hp.sh.intel.com (HELO zhen-hp) ([10.239.160.147]) by fmsmga006.fm.intel.com with ESMTP; 19 May 2021 01:08:23 -0700 Date: Wed, 19 May 2021 15:49:12 +0800 From: Zhenyu Wang To: Jani Nikula , Joonas Lahtinen , "Vivi, Rodrigo" Message-ID: <20210519074912.GG4589@zhen-hp.sh.intel.com> MIME-Version: 1.0 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 Cc: intel-gfx , intel-gvt-dev , "Lv, Zhiyuan" , "Yuan, Hang" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi, This is to fix GVT config workaround introduced during -rc1 via vfio/mdev change, which exposed dependency issue explicitly that made current GVT config nasty. So this is to fix dependency issue and get back original config sanity. Thanks --- The following changes since commit e4527420ed087f99c6aa2ac22c6d3458c7dc1a94: drm/i915: Use correct downstream caps for check Src-Ctl mode for PCON (2021-05-12 20:53:08 +0300) are available in the Git repository at: https://github.com/intel/gvt-linux tags/gvt-fixes-2021-05-19 for you to fetch changes up to 145e06b58f8625becc61792a0554726314297a85: drm/i915/gvt: Move mdev attribute groups into kvmgt module (2021-05-17 16:37:09 +0800) ---------------------------------------------------------------- gvt-fixes-2021-05-19 - Fix workaround in -rc1 for GVT config (Zhenyu) ---------------------------------------------------------------- Zhenyu Wang (1): drm/i915/gvt: Move mdev attribute groups into kvmgt module drivers/gpu/drm/i915/Kconfig | 1 - drivers/gpu/drm/i915/gvt/gvt.c | 124 +---------------------------------- drivers/gpu/drm/i915/gvt/gvt.h | 3 - drivers/gpu/drm/i915/gvt/hypercall.h | 2 +- drivers/gpu/drm/i915/gvt/kvmgt.c | 122 +++++++++++++++++++++++++++++++--- drivers/gpu/drm/i915/gvt/mpt.h | 4 +- 6 files changed, 118 insertions(+), 138 deletions(-)