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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E56DFC433FE for ; Tue, 26 Apr 2022 08:37:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9329510E5A0; Tue, 26 Apr 2022 08:37:43 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id F124C10E5A0; Tue, 26 Apr 2022 08:37:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650962262; x=1682498262; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=ONb1+pbjsyN5bPS7QVDkoCEdqnxPTHDoI4mJoSKiDE4=; b=ffaFs7LanfozTwJmHsyFDX5OYUWtZ705r4BwxCLvFXnZIWzQX03H0/w3 zXYWYtOALafClzLRY3xsg07ct47IZ0ahtmAb+0O2IUgzJCPkHozthEqSf LJWu/sslIf8NTtgJcGl3AU/V5sdMgh04eTmsPvUJURetpsouQTefv5xts kAGuufdXhgyB610GL6kch8wLqvOqX5sLJkP2tFPb0pQ0ymUdsAS98ufTg 1fskmnbgoqDLuFcK9tqgj+5fMyn2tFC7Ry43ok3GYHw49sHH01rUf2UQ4 AeTaWodEboKAISfE/Y3CYRCdFDePZDyrNHgTia7gURjLD+0laVBQ6+YaR A==; X-IronPort-AV: E=McAfee;i="6400,9594,10328"; a="263093174" X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="263093174" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2022 01:37:41 -0700 X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="532551364" Received: from vhlushch-mobl.ger.corp.intel.com (HELO localhost) ([10.249.132.136]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2022 01:37:36 -0700 From: Jani Nikula To: "Wang, Zhi A" , Joonas Lahtinen , "Vivi, Rodrigo" , Alex Williamson , Jason Gunthorpe , Christoph Hellwig , Tvrtko Ursulin In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: Date: Tue, 26 Apr 2022 11:37:34 +0300 Message-ID: <87zgk8tf3l.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] [PULL] gvt-next 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: "dri-devel@lists.freedesktop.org" , "intel-gfx@lists.freedesktop.org" , "intel-gvt-dev@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, 26 Apr 2022, "Wang, Zhi A" wrote: > Hi folks: > > Here is the pull of gvt-next which fixs the compilation error when i915 debug > is open after the GVT-g refactor patches. > > Thanks so much for the efforts. Pulled, thanks. BR, Jani. > > Thanks, > Zhi. > > The following changes since commit 2917f53113be3b7a0f374e02cebe6d6b749366b5: > > vfio/mdev: Remove mdev drvdata (2022-04-21 07:36:56 -0400) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux tags/gvt-next-2022-04-26 > > for you to fetch changes up to 2da299cee780ea797b3f72558687868072cf5eb5: > > drm/i915/gvt: Add missing export of symbols. (2022-04-25 18:03:04 -0400) > > ---------------------------------------------------------------- > gvt-next-2022-04-26 > > - Add two missing exports of symbols when i915 debug is enabled. > > ---------------------------------------------------------------- > Zhi Wang (1): > drm/i915/gvt: Add missing export of symbols. > > drivers/gpu/drm/i915/intel_gvt.c | 2 ++ > 1 file changed, 2 insertions(+) -- Jani Nikula, Intel Open Source Graphics Center