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 EE37DC021AA for ; Tue, 18 Feb 2025 23:30:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9F02B10E157; Tue, 18 Feb 2025 23:30:01 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="KHqMBLud"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2BFC510E157 for ; Tue, 18 Feb 2025 23:30:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1739921400; x=1771457400; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=ELvqdPWdufp3blrieIXjyOpN+GrjnQA6cfBxDAV8/CU=; b=KHqMBLudbsudPAtqJ2VA8nokXThMIwCNtWuNsQxERZcrMpx0+n9bzjMB g/7rselzpaoeuQKCxDCXI2UgCGQKhDVrP/q19HSCaPczp6ysehhVtu9Wm SsfKIvZ54SqsVExNpVJqUvf5j3nu3/Zava0OlEg8yoDSVqhd+pEEQB2I2 JP+E2+VpefsfbWqJnRY081sfXDiF6OOkZJbUVUzYluFKOxVPTLD8d7Ml8 jGIJ3Zi7uaeZKkihKp+4qFSj+YIBdLSZPRINBMaFwGZQHM/H61DsPReu8 MNP185ZsJigQVE6xgOkbO+fdFb7HZbRBms0Z1yAshtAfqovHU+MqnS+bW w==; X-CSE-ConnectionGUID: UCzu5nZ1To6oonS2b/LCvQ== X-CSE-MsgGUID: Hqih591LQMCunUd7Aidj+Q== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="44399013" X-IronPort-AV: E=Sophos;i="6.13,296,1732608000"; d="scan'208";a="44399013" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 15:30:00 -0800 X-CSE-ConnectionGUID: 9ncAXWBoSvqQv4YkOl3llg== X-CSE-MsgGUID: fuy7enxkRn+Uc7qeSe/Jfw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.13,296,1732608000"; d="scan'208";a="114282873" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.142]) by orviesa009-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 15:30:00 -0800 Date: Tue, 18 Feb 2025 15:29:59 -0800 Message-ID: <85wmdmomq0.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Harish Chegondi Cc: Subject: Re: [PATCH v10 6/8] drm/xe/eustall: Add EU stall sampling support for Xe2 In-Reply-To: <02844ddb9d3752d8f43d0335fbd732c2c12228b8.1739906138.git.harish.chegondi@intel.com> References: <02844ddb9d3752d8f43d0335fbd732c2c12228b8.1739906138.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/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 Tue, 18 Feb 2025 11:53:56 -0800, Harish Chegondi wrote: > > Add EU stall sampling support for Xe2 architecture GPUs - LNL and BMG. > EU stall data format for LNL and BMG is different from that of PVC. > > v10: Update comments as per review feedback > > v9: Use GRAPHICS_VER() check instead of platform > > v8: Renamed struct drm_xe_eu_stall_data_xe2 to struct xe_eu_stall_data_xe2 > since it is a local structure. > > Signed-off-by: Harish Chegondi Reviewed-by: Ashutosh Dixit