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=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,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 3557CC2BA83 for ; Wed, 12 Feb 2020 14:54:50 +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 108EA2082F for ; Wed, 12 Feb 2020 14:54:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 108EA2082F 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 A5C2289C08; Wed, 12 Feb 2020 14:54:49 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id E2E1E89C08; Wed, 12 Feb 2020 14:54:48 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2020 06:54:47 -0800 X-IronPort-AV: E=Sophos;i="5.70,433,1574150400"; d="scan'208";a="226886052" Received: from jnikula-mobl3.fi.intel.com (HELO localhost) ([10.237.66.161]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2020 06:54:45 -0800 From: Jani Nikula To: Zhenyu Wang , Joonas Lahtinen , "Vivi\, Rodrigo" In-Reply-To: <20200212065912.GB4997@zhen-hp.sh.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20200212065912.GB4997@zhen-hp.sh.intel.com> Date: Wed, 12 Feb 2020 16:54:43 +0200 Message-ID: <87y2t7yhxo.fsf@intel.com> MIME-Version: 1.0 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: intel-gfx , intel-gvt-dev , "Lv, Zhiyuan" , "Yuan, Hang" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 12 Feb 2020, Zhenyu Wang wrote: > Hi, > > Here's two fixes for gvt. One for missed locking and another for > firmware allocation change for late load. Pulled, thanks. BR, Jani. > > Thanks > -- > The following changes since commit 5e822e44cecec1ea48925630aa31dfac827fd202: > > drm/i915/gvt: Fix guest boot warning (2019-12-17 11:19:58 +0800) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux.git tags/gvt-fixes-2020-02-12 > > for you to fetch changes up to 0e9d7bb293f3f9c3ee376b126141407efb265f31: > > drm/i915/gvt: more locking for ppgtt mm LRU list (2020-02-10 10:04:34 +0800) > > ---------------------------------------------------------------- > gvt-fixes-2020-02-12 > > - fix possible high-order allocation fail for late load (Igor) > - fix one missed lock for ppgtt mm LRU list (Igor) > > ---------------------------------------------------------------- > Igor Druzhinin (2): > drm/i915/gvt: fix high-order allocation failure on late load > drm/i915/gvt: more locking for ppgtt mm LRU list > > drivers/gpu/drm/i915/gvt/firmware.c | 4 ++-- > drivers/gpu/drm/i915/gvt/gtt.c | 4 ++++ > 2 files changed, 6 insertions(+), 2 deletions(-) -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx