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 448CBCCA470 for ; Fri, 3 Oct 2025 05:26:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D4B9F10E040; Fri, 3 Oct 2025 05:26:51 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="YzFGABbN"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by gabe.freedesktop.org (Postfix) with ESMTPS id 43AF410E040 for ; Fri, 3 Oct 2025 05:26: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=1759469211; x=1791005211; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=JHK1Wnkybxnl0GzSqGoeYl1sp84AlxPbmzWC1lQsZTw=; b=YzFGABbNChDgkH3imLRtU8w9+g1DnzCgcmFGYkKhCBj6nLYcMNc9qXGA r9Xu4mUWkYrKVGkWyGTirMVBtVouFbaP+tSJi/Pd37KbMvbeuaaJo77Gm VmgFUMGO65Ji1zIRP397GL1op/MdI3xNL8oPdqZtnSLD1z1Ze9EntKVTl P1npDpXWYTHTr24UctpvDdu+mRe0XcByJ9KKsh8evA9EXOH02Ol4eAi/+ ahteL7YEXrs/xcbfcU/asfAvY218FOLd7f9on1ruwFziPSetO9xbIaIyO hqKkncJS8twxUjhFaKBdlzeCwuLzMC6vNlsVvF0pn5frBY/NqhlrTD2dp Q==; X-CSE-ConnectionGUID: tilbnfHZS0yCdzFt2rPiwg== X-CSE-MsgGUID: Pq/RzTenT46MHMRvxTOByg== X-IronPort-AV: E=McAfee;i="6800,10657,11570"; a="49308079" X-IronPort-AV: E=Sophos;i="6.18,311,1751266800"; d="scan'208";a="49308079" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Oct 2025 22:26:51 -0700 X-CSE-ConnectionGUID: 2T8i3/FxScWIGhKE/pA9yg== X-CSE-MsgGUID: aKM3O7mfR+KhJKNFuQBA3w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.18,311,1751266800"; d="scan'208";a="183233853" Received: from dut6245dg2frd.fm.intel.com ([10.80.55.42]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Oct 2025 22:26:50 -0700 From: Sobin Thomas To: igt-dev@lists.freedesktop.org Cc: kamil.konieczny@intel.com, zbigniew.kempczynski@intel.com, priyanka.dandamudi@intel.com, Sobin Thomas Subject: [PATCH i-g-t v9 0/3] tests/intel/xe_compute_preempt: Compute preemption check Date: Fri, 3 Oct 2025 05:26:18 +0000 Message-ID: <20251003052640.56068-1-sobin.thomas@intel.com> X-Mailer: git-send-email 2.51.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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" Patch 1 introduces a preemption capability check. Patch 2 Adds kernel validation logic and kernel lookup. Patch 3 removes redundant loop count logic for WMTP. Since WMTP uses a loop/SIP kernel and does not require a separate long kernel, the loop count assignment for WMTP is unnecessary and has been removed. --- **Patch Summary:** - **[PATCH 1/2]** tests/intel/xe_compute_preempt: Compute preemption check Adds preemption capability detection and kernel validation logic. - **[PATCH 2/3]** igt/lib/intel_compute.c: Add kernel lookup and validation for compute IP versions - **[PATCH 3/3]** igt/lib/intel_compute.c: Update loop count for WMTP Removes unnecessary loop count assignment for WMTP, which uses loop/SIP kernels Sobin Thomas (3): tests/intel/xe_compute_preempt: Compute preemption check lib/intel/intel_compute: Add kernel lookup and validation for compute IP versions lib/intel_compute: Adjust long kernel usage for WMTP lib/intel_compute.c | 160 ++++++++++++++++++++++++------- lib/intel_compute.h | 12 +++ tests/intel/xe_compute_preempt.c | 6 ++ 3 files changed, 146 insertions(+), 32 deletions(-) -- 2.51.0