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 88595C3065A for ; Mon, 1 Jul 2024 17:05:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4D04510E0FB; Mon, 1 Jul 2024 17:05:53 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="N+2gkzy0"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) by gabe.freedesktop.org (Postfix) with ESMTPS id B26C710E494 for ; Mon, 1 Jul 2024 17:05:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1719853552; x=1751389552; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=sT52PsbAoOW7NnOAWayYQQ37EbFiIG85spyXqUfbE38=; b=N+2gkzy0RGPpAULLINAfKdpAZSVgnp8SQig5kJaHwk2fYJnEgR4tdxR+ K7//OVDzXP8mnGUVRqbKCkTX5cgXcdDnrq6ywgplHKB+xFxiopxRHC0KG R9albYxWQAwZaFsg2agVr/PhPFK9que5r8Ad4lkneHjz2d34rWaSeBtnu BcmgauU8sCipCc9nmrgxeRepmQqlz78q8VF//J6OWa99PLmmqzC2EXUxr 8wGYdXZWTFzHhTmJp8DAsfevVRmbVkZ5iRIYvVpigf3nw7dx6xJMOQU3t GOh40ixPJED5X3GAOZktkKhFupoGf9157Jj3H6zqSl5l566OCezvhNnhp Q==; X-CSE-ConnectionGUID: dCRhshgARvmU1h911YKz3A== X-CSE-MsgGUID: 4FY42L8JTfW1bugHQSv25g== X-IronPort-AV: E=McAfee;i="6700,10204,11120"; a="16867495" X-IronPort-AV: E=Sophos;i="6.09,176,1716274800"; d="scan'208";a="16867495" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2024 10:05:52 -0700 X-CSE-ConnectionGUID: 1+8UUwKyQ/mOTR3LJl017w== X-CSE-MsgGUID: VbR4ZEb0R/ebb3PXbIXWAQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,176,1716274800"; d="scan'208";a="50191130" Received: from smuley-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.125.32.45]) by fmviesa004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2024 10:05:51 -0700 Date: Mon, 01 Jul 2024 09:53:18 -0700 Message-ID: <87y16l9hq9.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: igt-dev@lists.freedesktop.org Cc: Umesh Nerlige Ramappa Subject: Re: [PATCH i-g-t 02/14] tests/intel/xe_oa: Add first tests In-Reply-To: <20240701025309.2416653-3-ashutosh.dixit@intel.com> References: <20240701025309.2416653-1-ashutosh.dixit@intel.com> <20240701025309.2416653-3-ashutosh.dixit@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.3 (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 Sun, 30 Jun 2024 19:52:57 -0700, Ashutosh Dixit wrote: > > Add "xe-ref-count" and "sysctl-defaults" subtests. > > v2: Set INTEL_XE_DEVICE_MAX_SUBSLICES to 64 (value on PVC) > > Signed-off-by: Ashutosh Dixit > --- > lib/xe/xe_oa.h | 2 +- > tests/intel/xe_oa.c | 805 ++++++++++++++++++++++++++++++++++++++++++++ > tests/meson.build | 2 + > 3 files changed, 808 insertions(+), 1 deletion(-) > create mode 100644 tests/intel/xe_oa.c > > diff --git a/lib/xe/xe_oa.h b/lib/xe/xe_oa.h > index f6f2768b00..27ebb4b217 100644 > --- a/lib/xe/xe_oa.h > +++ b/lib/xe/xe_oa.h > @@ -19,7 +19,7 @@ extern "C" { > #define _DIV_ROUND_UP(a, b) (((a) + (b) - 1) / (b)) > > #define INTEL_XE_DEVICE_MAX_SLICES (8) > -#define INTEL_XE_DEVICE_MAX_SUBSLICES (32) > +#define INTEL_XE_DEVICE_MAX_SUBSLICES (64) /* Maximum on XE_PVC */ I will move this line to the previous patch: "lib/xe/oa: Add PVC support", it should be there.