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 208E7FD88FF for ; Wed, 11 Mar 2026 05:50:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BC7CB10E31C; Wed, 11 Mar 2026 05:50:04 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="S5IEoDK8"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 483F610E31B for ; Wed, 11 Mar 2026 05:50:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1773208203; x=1804744203; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=f0a7MQVWvCsddqDqSStGt/Mief/BUwcGhfMI/s7NjEY=; b=S5IEoDK8kclntjTQvmVcnXbjxxHXeuZAVg0EBeBW/lwpdtwnxEjCQtrk eXL4g7y6CTxywpnEfygwSHUsvF9SgErlmbO13ULpf2WssumeaAzgD7rvh wuUw0fTe/UFhHRzREYm0WzoMB1IyLw5A1YDL1VgUH0aLJ8xnFaWa5CwEk YC0oCTGk9sKOFbR5+GIm2eAoAkkIn+vsxIsHoNYGsVP4UEVAlBondnLxd YpTfPbMmBDr+kzZKjeOZ2LTYZhCif4qAuEdc1nictP7zUV2hqkSQtLmuc brJm7ZEE86u6UWafK4qKricH9xVqsV8ukb6V/iUWkBCpqKudMIdv/496z Q==; X-CSE-ConnectionGUID: OT+aNNKvSq2SgC7Tym8Aww== X-CSE-MsgGUID: p29MNHxVQQiUxulRqVn98w== X-IronPort-AV: E=McAfee;i="6800,10657,11725"; a="96881956" X-IronPort-AV: E=Sophos;i="6.23,113,1770624000"; d="scan'208";a="96881956" Received: from orviesa006.jf.intel.com ([10.64.159.146]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2026 22:50:03 -0700 X-CSE-ConnectionGUID: 0EMeDbdER9CA515AQU78/w== X-CSE-MsgGUID: l9wZ4op4SG2zCrje7eHFSQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,113,1770624000"; d="scan'208";a="219483629" Received: from himanshu-h97m-d3h.iind.intel.com ([10.223.55.10]) by orviesa006.jf.intel.com with ESMTP; 10 Mar 2026 22:50:02 -0700 From: himanshu.girotra@intel.com To: kamil.konieczny@intel.com, igt-dev@lists.freedesktop.org Subject: [PATCH i-g-t 1/3] lib/pciids: sync with kernel commit be07d8f707e4 Date: Wed, 11 Mar 2026 11:19:56 +0530 Message-ID: <20260311054958.9770-2-himanshu.girotra@intel.com> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20260311054958.9770-1-himanshu.girotra@intel.com> References: <20260311054958.9770-1-himanshu.girotra@intel.com> 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" From: Himanshu Girotra Synchronize PCI IDs with drm-next kernel up to be07d8f707e4, which includes the following changes: commit be07d8f707e4 ("drm/xe/nvlp: Add NVL-P platform definition") commit 32620e176443 ("drm/pcids: Split PTL pciids group to make wcl subplatform") commit aaecfadc22cc ("drm/intel/bmg: Allow device ID usage with single-argument macros") Signed-off-by: Himanshu Girotra Reviewed-by: Kamil Konieczny --- lib/pciids.h | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/lib/pciids.h b/lib/pciids.h index 6e53fb4cd..33b91cb2e 100644 --- a/lib/pciids.h +++ b/lib/pciids.h @@ -861,7 +861,7 @@ MACRO__(0xE216, ## __VA_ARGS__) #define INTEL_BMG_IDS(MACRO__, ...) \ - INTEL_BMG_G21_IDS(MACRO__, __VA_ARGS__), \ + INTEL_BMG_G21_IDS(MACRO__, ## __VA_ARGS__), \ MACRO__(0xE220, ## __VA_ARGS__), \ MACRO__(0xE221, ## __VA_ARGS__), \ MACRO__(0xE222, ## __VA_ARGS__), \ @@ -880,7 +880,10 @@ MACRO__(0xB08F, ## __VA_ARGS__), \ MACRO__(0xB090, ## __VA_ARGS__), \ MACRO__(0xB0A0, ## __VA_ARGS__), \ - MACRO__(0xB0B0, ## __VA_ARGS__), \ + MACRO__(0xB0B0, ## __VA_ARGS__) + +/* WCL */ +#define INTEL_WCL_IDS(MACRO__, ...) \ MACRO__(0xFD80, ## __VA_ARGS__), \ MACRO__(0xFD81, ## __VA_ARGS__) @@ -897,4 +900,16 @@ #define INTEL_CRI_IDS(MACRO__, ...) \ MACRO__(0x674C, ## __VA_ARGS__) +/* NVL-P */ +#define INTEL_NVLP_IDS(MACRO__, ...) \ + MACRO__(0xD750, ## __VA_ARGS__), \ + MACRO__(0xD751, ## __VA_ARGS__), \ + MACRO__(0xD752, ## __VA_ARGS__), \ + MACRO__(0xD753, ## __VA_ARGS__), \ + MACRO__(0XD754, ## __VA_ARGS__), \ + MACRO__(0XD755, ## __VA_ARGS__), \ + MACRO__(0XD756, ## __VA_ARGS__), \ + MACRO__(0XD757, ## __VA_ARGS__), \ + MACRO__(0xD75F, ## __VA_ARGS__) + #endif /* __PCIIDS_H__ */ -- 2.50.1