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 A43CFCD37AC for ; Mon, 11 May 2026 05:00:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 59D2810E471; Mon, 11 May 2026 05:00:15 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="inpjjJt7"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id 517A210E471 for ; Mon, 11 May 2026 04:59:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1778475598; x=1810011598; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=TwiAhPXewskeiR56SSadtx1NO/JTizDJTK4WJukvxa0=; b=inpjjJt7ummfB7Sw7530B81NzHMUNWEKDBp/fAEEtDc28LGLIXbE0iCF D7BWvkI28er73LJ6uHURUUihHWzab9CQDE7lnXNrmA0GJ8qpVZH1ywlgh k6hzKXMBc8NTGQhWbQ0b/obwmobp4Qj02aBrpwv/Tlmh5M17AMlrQ6vk7 VkZzquKYExQ1zGqfLIMp2gDthGbVnLSipzJDhcVAprHHw5sUyobDX1Ho7 wVS8+hmelAKo+7zmeFcoAHaw9amZ3mnYM5ENkjukfTRECQtgHC6ColWas AdTia2rZKgwvsTMIK5jzRLZi3bV7wgXiWTemFGI/V2muw7XrPSCJZJtuB g==; X-CSE-ConnectionGUID: HjJX7z39Tj+mVa2bqf7k6Q== X-CSE-MsgGUID: aDRr/sgiTnCHQCa7/BFbvQ== X-IronPort-AV: E=McAfee;i="6800,10657,11782"; a="78500027" X-IronPort-AV: E=Sophos;i="6.23,228,1770624000"; d="scan'208";a="78500027" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2026 21:59:58 -0700 X-CSE-ConnectionGUID: dLbk4DjXSRek9GhEy9ny4Q== X-CSE-MsgGUID: 6+N6G0XyR6mdxQgY3PWjhg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,228,1770624000"; d="scan'208";a="241320561" Received: from himanshu-h97m-d3h.iind.intel.com ([10.223.55.10]) by orviesa003.jf.intel.com with ESMTP; 10 May 2026 21:59:56 -0700 From: himanshu.girotra@intel.com To: ramadevi.gandi@intel.com, aditya.chauhan@intel.com, igt-dev@lists.freedesktop.org Subject: [PATCH i-g-t] lib/pciids: sync with kernel commit e68a60f9e6a6 Date: Mon, 11 May 2026 10:29:55 +0530 Message-ID: <20260511045955.23541-1-himanshu.girotra@intel.com> X-Mailer: git-send-email 2.50.1 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 e68a60f9e6a6, which includes the following changes: commit e68a60f9e6a6 ("drm/xe/cri: Add new PCI IDs") Signed-off-by: Himanshu Girotra --- lib/pciids.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/pciids.h b/lib/pciids.h index 33b91cb2e..e32ef7634 100644 --- a/lib/pciids.h +++ b/lib/pciids.h @@ -898,7 +898,11 @@ /* CRI */ #define INTEL_CRI_IDS(MACRO__, ...) \ - MACRO__(0x674C, ## __VA_ARGS__) + MACRO__(0x674C, ## __VA_ARGS__), \ + MACRO__(0x674D, ## __VA_ARGS__), \ + MACRO__(0x674E, ## __VA_ARGS__), \ + MACRO__(0x674F, ## __VA_ARGS__), \ + MACRO__(0x6750, ## __VA_ARGS__) /* NVL-P */ #define INTEL_NVLP_IDS(MACRO__, ...) \ -- 2.50.1