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 B1F90C433ED for ; Thu, 29 Apr 2021 11:12:35 +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 3BF746141E for ; Thu, 29 Apr 2021 11:12:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3BF746141E 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 8B3C46EE1C; Thu, 29 Apr 2021 11:12:34 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id CC5666EE1B; Thu, 29 Apr 2021 11:12:32 +0000 (UTC) IronPort-SDR: CwSNUGXQshg674PzO/v0gTwtVrsiE74LiGN4WLON+FmEvQRTWOfDqHg1GzsREFIb6wrLeMrZKM Tq+bHrwCEQIA== X-IronPort-AV: E=McAfee;i="6200,9189,9968"; a="217708455" X-IronPort-AV: E=Sophos;i="5.82,259,1613462400"; d="scan'208";a="217708455" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2021 04:12:32 -0700 IronPort-SDR: IWyEGbqLxF4U3sr75lwnv0eXlw3/cx6hm1Rllt0CG+02H2Tj2KjMTez+LxX+qiBGzaiaWkFAYX Fx9PZ5yUy1lg== X-IronPort-AV: E=Sophos;i="5.82,259,1613462400"; d="scan'208";a="430792663" Received: from auchter-mobl.ger.corp.intel.com (HELO localhost) ([10.252.38.190]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2021 04:12:29 -0700 From: Jani Nikula To: Zhenyu Wang , "Vivi\, Rodrigo" , Joonas Lahtinen In-Reply-To: <20210429085142.GT1551@zhen-hp.sh.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20210429085142.GT1551@zhen-hp.sh.intel.com> Date: Thu, 29 Apr 2021 14:12:26 +0300 Message-ID: <87czud2vl1.fsf@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PULL] gvt-next-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 Thu, 29 Apr 2021, Zhenyu Wang wrote: > Hi, > > Here's just another left fix for possible divide error in vgpu > display rate calculation by Colin. Thanks, pulled to drm-intel-next-fixes. > btw, I'll need a backmerge of linus tree or maybe wait till rc1 > to apply gvt mdev dependency fix from https://patchwork.freedesktop.org/series/89479/ Note that we can't pull anything from you that has a newer baseline than what we have. BR, Jani. > > Thanks > -- > The following changes since commit e65a4d378480101f222e8f6978c22e590c1fb7b5: > > Merge tag 'gvt-next-fixes-2021-04-21' of https://github.com/intel/gvt-linux into drm-intel-next-fixes (2021-04-21 13:22:30 +0300) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux tags/gvt-next-fixes-2021-04-29 > > for you to fetch changes up to d385c16173f28a18866abf54c764200c276dace0: > > drm/i915/gvt: Prevent divided by zero when calculating refresh rate (2021-04-29 17:00:09 +0800) > > ---------------------------------------------------------------- > gvt-next-fixes-2021-04-29 > > - Fix possible divide error in vgpu display rate calculation (Colin) > > ---------------------------------------------------------------- > Colin Xu (1): > drm/i915/gvt: Prevent divided by zero when calculating refresh rate > > drivers/gpu/drm/i915/gvt/handlers.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 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