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 959C9C5B543 for ; Wed, 4 Jun 2025 22:21:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3796E10E887; Wed, 4 Jun 2025 22:21:48 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="MkNda1FO"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by gabe.freedesktop.org (Postfix) with ESMTPS id 11B8910E855 for ; Wed, 4 Jun 2025 22:21: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=1749075707; x=1780611707; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=WnxQxd5bcV1lVT12fbJd85s26rdU7ULYzS2XmFzX2zs=; b=MkNda1FOnuO0aSzxqWSPoqmzh940nlKbMRKZb+iL5zquLdHVtJ91u7ng SJNlMljqlWDMb0NwGcxd+cPJp+JwNc5cprOcyVu5kGJIp8YuSoxT3vNEL g5gcPB9u+0ApH7YhvKaNf/4RUPww3rcHlqibwVf0m4loaN5E2FKfyF7j3 tTboQktog//17Es2px77ZsFRRABq7PjPwqEkEd46zX0RlRr6cYkyJvae8 RO4OXkzDDtEUoAkzu/N9nRinQNi6ls2ZNf0u26ckkHDL6hod+4IBsCtrs KaAwhLlxDcTQwthQv7/ietHExzj97YSreRDLlCbJshLdyGyjxVw7Vx/kE A==; X-CSE-ConnectionGUID: 94JYU3kwTfyfaL5ez3AVJg== X-CSE-MsgGUID: viKLIF2MQTaX5GqOGXJc9w== X-IronPort-AV: E=McAfee;i="6800,10657,11454"; a="51048948" X-IronPort-AV: E=Sophos;i="6.16,210,1744095600"; d="scan'208";a="51048948" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 15:21:47 -0700 X-CSE-ConnectionGUID: Qj1bbvovR/qq3nB8eYkM5g== X-CSE-MsgGUID: lj9QBo8gRZWDiwT/ULQSWg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.16,210,1744095600"; d="scan'208";a="176195773" Received: from adixit-mobl3.clients.intel.com (HELO adixit-MOBL3.intel.com) ([10.24.12.163]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 15:21:47 -0700 Date: Wed, 04 Jun 2025 15:21:45 -0700 Message-ID: <877c1ruozq.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: "Kolakowski, Jakub1" Cc: "Chegondi, Harish" , "igt-dev@lists.freedesktop.org" Subject: Re: [PATCH i-g-t 3/3] tests/intel/xe_eu_stall: Use query IOCTL to check for EU stall support In-Reply-To: References: <0e894b0ab963e0e5b03b200f919e9318fe02de20.1748994982.git.harish.chegondi@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/29.4 (x86_64-pc-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, 04 Jun 2025 06:35:09 -0700, Kolakowski, Jakub1 wrote: > > Hi Harish, > Make sure you can apply the patch as I couldn't directly do it, I had to > apply it manually, then there was a warning about the format specifier in > line containing " igt_info("Sampling Rate: %lu\n", p_rate); ". Otherwise The series is out of date due to some other changes merging meanwhile. Otherwise curl https://patchwork.freedesktop.org/api/1.0/series/149814/revisions/1/mbox/ | git am works if you go back a bit in git.