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 DEF0FFD0622 for ; Wed, 11 Mar 2026 06:23:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 87ABA10E329; Wed, 11 Mar 2026 06:23:31 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="U52zhY5T"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) by gabe.freedesktop.org (Postfix) with ESMTPS id 325A410E325 for ; Wed, 11 Mar 2026 06:23:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1773210207; x=1804746207; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=W70V2rV1yREGzLeFoYqxCL0CA4upNf3svvfOBQ6Go1Y=; b=U52zhY5TRWiwNGo6QTtPY8S07mksOvG2KSNXtaQc9EIvekKxpy4Q2yD1 EecYDTNHKIzp9/S318ZcX3+YyOjnehy9pYSxXli2UjBXOjdSmBDUmCHzG HU5V9EhNJg1FWhQmC6SNP2n7+JuvCxp3cehUmrcugBTK19qTnckxUYSui FeDf/ECxwDubUsIiW+7djxsJAChzAvdaAgOc9ARvy9dSGqq843wYQeTvL lEYuItYxs6mK7qx5DWCRYNuL6vJGu33ZXb05pZoZlLB3B6Ol+dsc3cNdp S8Z9Cqq8GyeLDgk+z19JYoW3yj5NEX8ShgoQXCotWpUkDfdoGUu3QfEO6 A==; X-CSE-ConnectionGUID: yi11pZB/TX2EQIyDNAnxnQ== X-CSE-MsgGUID: o9DOET6YQ9+FKfzHEsEHmQ== X-IronPort-AV: E=McAfee;i="6800,10657,11725"; a="77875558" X-IronPort-AV: E=Sophos;i="6.23,113,1770624000"; d="scan'208";a="77875558" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2026 23:23:27 -0700 X-CSE-ConnectionGUID: aotRui0jQ6ygeIR4OhXVWQ== X-CSE-MsgGUID: Jw9M1cMSROGqiR+H+IT90w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,113,1770624000"; d="scan'208";a="220309083" Received: from xwang-desk.fm.intel.com ([10.121.64.134]) by orviesa009.jf.intel.com with ESMTP; 10 Mar 2026 23:23:15 -0700 From: Xin Wang To: igt-dev@lists.freedesktop.org Cc: Xin Wang Subject: [PATCH v5 4/4] lib/intel_device_info: remove the graphics_rel from xe2+ devices Date: Tue, 10 Mar 2026 23:23:10 -0700 Message-ID: <20260311062311.1623823-6-x.wang@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260311062311.1623823-1-x.wang@intel.com> References: <20260311062311.1623823-1-x.wang@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" On Xe2+ platforms, the graphics/media IP version is no longer a stable property of a PCI ID "device type". After IP disaggregation, devices sharing the same PCI ID can potentially report different IP versions, so encoding graphics_rel in the static PCI-ID table is misleading. Signed-off-by: Xin Wang --- lib/intel_device_info.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c index c0fde6182..2a9c09d01 100644 --- a/lib/intel_device_info.c +++ b/lib/intel_device_info.c @@ -505,7 +505,6 @@ static const struct intel_device_info intel_pontevecchio_info = { static const struct intel_device_info intel_lunarlake_info = { .graphics_ver = 20, - .graphics_rel = 4, .display_ver = 20, .has_4tile = true, .has_flatccs = true, @@ -517,7 +516,6 @@ static const struct intel_device_info intel_lunarlake_info = { static const struct intel_device_info intel_battlemage_info = { .graphics_ver = 20, - .graphics_rel = 1, .display_ver = 14, .has_4tile = true, .has_flatccs = true, @@ -529,7 +527,6 @@ static const struct intel_device_info intel_battlemage_info = { static const struct intel_device_info intel_pantherlake_info = { .graphics_ver = 30, - .graphics_rel = 0, .display_ver = 30, .has_4tile = true, .has_flatccs = true, @@ -541,7 +538,6 @@ static const struct intel_device_info intel_pantherlake_info = { static const struct intel_device_info intel_novalake_s_info = { .graphics_ver = 30, - .graphics_rel = 04, .display_ver = 35, .has_4tile = true, .has_oam = true, @@ -553,7 +549,6 @@ static const struct intel_device_info intel_novalake_s_info = { static const struct intel_device_info intel_crescentisland_info = { .graphics_ver = 35, - .graphics_rel = 11, .display_ver = 0, .has_oam = true, .is_crescentisland = true, -- 2.43.0