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 47154CF34C8 for ; Thu, 3 Oct 2024 21:27:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E4C3E10E962; Thu, 3 Oct 2024 21:27:48 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="EVTXLK7g"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2BDD110E962; Thu, 3 Oct 2024 21:27:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1727990867; x=1759526867; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=z1HBpoVpLEQgzWJClDP8m5DgFYd+3gzqlVvIfSmweTY=; b=EVTXLK7gablssj1NMz9A4vdiCdsd77wO8GA9Tn5WONXS0PbGuvj4kJPf jqHNgh0BXMqB8OG5p9P6k05sHVq3aqj4jJhD3LyPmR7ZoV8DwOEdHAK8p WpdXoGZ3u5CJxPeePN3RS2ijgFdC4X0QCWvHXbIx3xixFAIdFHD+jTSv3 RoqPcNgMCFOzf+P86xdLUnyaFLnwDy8C90+TyQlrb2JFBUp0wDK1VFWyB ozzV1TpyzjxNj2RN2RdAT05ZvzbwSAz3imk1YKiJRmSf8P4THkpkaIXtX xoWGxH1MtrCntts+yCGMbw7C1e4At8kvB0NfKZj9qVB0ITz5sYHX0ivlv w==; X-CSE-ConnectionGUID: s8L8O7QwTn+Dy553xlZFGA== X-CSE-MsgGUID: RClg58jhStS5yKxl9oQtdA== X-IronPort-AV: E=McAfee;i="6700,10204,11214"; a="49739805" X-IronPort-AV: E=Sophos;i="6.11,175,1725346800"; d="scan'208";a="49739805" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2024 14:27:47 -0700 X-CSE-ConnectionGUID: NhOxg3ouR6WryvRt7MAtJQ== X-CSE-MsgGUID: cDy10ZRcRLmr1To3peYL3g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,175,1725346800"; d="scan'208";a="79457872" Received: from unknown (HELO orsosgc001.intel.com) ([10.165.21.138]) by orviesa004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2024 14:27:46 -0700 Date: Thu, 03 Oct 2024 14:27:46 -0700 Message-ID: <85msjk7u7h.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Vinay Belgaumkar Cc: intel-gfx@lists.freedesktop.org, igt-dev@lists.freedesktop.org, Badal Nilawar Subject: Re: [PATCH i-g-t] tests/xe_gt_freq: Use sync reset In-Reply-To: <20240925220923.2030384-1-vinay.belgaumkar@intel.com> References: <20240925220923.2030384-1-vinay.belgaumkar@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-redhat-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" On Wed, 25 Sep 2024 15:09:23 -0700, Vinay Belgaumkar wrote: > > Some recent WAs reduce the GT freq during driver load/reset. Use sync > reset so that we give enough time for GT frequency to be restored after > reset has completed. > > Also, stash/restore frequencies per GT as they can be different. > > Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2676 > Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2711 > No empty line here. > Cc: Badal Nilawar > Signed-off-by: Vinay Belgaumkar Please use 'intel' in the commit title, intel is not the only vendor contributing to igt. I have fixed these up this time and merged this. Thanks. -- Ashutosh