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 554A9D68BE1 for ; Sat, 16 Nov 2024 05:34:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1042810E089; Sat, 16 Nov 2024 05:34:50 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Kc54l5rE"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1C38310E089 for ; Sat, 16 Nov 2024 05:34:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1731735288; x=1763271288; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=32qGqyICusqcMBhW60cyT7fwTQpMZKYSF7K6IC4pjY4=; b=Kc54l5rE+EmpzP5AsPQd0PjtHthEeiOs539K43+UiSjquG8hUq9MjDSG X49kdkZZiXzw8/NhX78xtkSBQY4JxOQf2s2gDm/QrX8gGAVFdhMwAIEuM 6hPh3L6AA+jF06z8RNdCav3377+iffRIqPZ8BSFkwssgQKB63iUpI4CK2 6uwb3mHUEnpazvUnnxAGDOLW6iNaffEWMOTQd66YQskIthWxXaxqYXrdz FHazcQgF4nV6xOovfC/zaZ0mjS/+NAZs7jO84VWtt+1b047/7WMsQrehG oUGxAtAcf8NA6uqzwOh7vjMh713QeLQtUFT3PcrsnADYXKd68rfwoT0zp g==; X-CSE-ConnectionGUID: mvi1chMBSpW0VvmAtgVeZQ== X-CSE-MsgGUID: AJmA+eCNROKdBHRjpBHf7Q== X-IronPort-AV: E=McAfee;i="6700,10204,11257"; a="42397922" X-IronPort-AV: E=Sophos;i="6.12,158,1728975600"; d="scan'208";a="42397922" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2024 21:34:48 -0800 X-CSE-ConnectionGUID: 6ZjfxcK7TsSCLSSqlN+MMg== X-CSE-MsgGUID: DL/0ra3ETDK8iuKtphPyiw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,158,1728975600"; d="scan'208";a="88632984" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.142]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2024 21:34:48 -0800 Date: Fri, 15 Nov 2024 21:34:47 -0800 Message-ID: <855xonyc5k.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Raag Jadav Cc: intel-xe@lists.freedesktop.org, anshuman.gupta@intel.com Subject: Re: [PATCH v1] drm/xe/throttle: Log throttle reasons In-Reply-To: References: <20241115125614.857611-1-raag.jadav@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: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Fri, 15 Nov 2024 21:16:18 -0800, Raag Jadav wrote: > > We're trying to debug a rare issue so I initially only meant it for CI. > > https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3254 > https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3147 > https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2810 > > But we'll see about merging if it really helps investigate. > I'm not sure if Test-with works with xe, does it? Should be a simple matter of searching your email and seeing if you find any Test-with's, isn't it?