From: Shekhar Chauhan Date: Thu, 5 Jun 2025 19:08:04 +0000 (+0530) Subject: drm/xe/xe2_hpg: Define additional Xe2_HPG GMD_ID X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26ff87d2e776e10eb720138c5b5d334bceffc99f;p=thirdparty%2Fkernel%2Flinux.git drm/xe/xe2_hpg: Define additional Xe2_HPG GMD_ID Add another GMD_ID for Xe2_HPG Signed-off-by: Shekhar Chauhan Signed-off-by: James Ausmus Signed-off-by: Dnyaneshwar Bhadane Reviewed-by: Tejas Upadhyay Reviewed-by: Matt Roper Signed-off-by: Matt Roper Link: https://lore.kernel.org/r/20250605190804.1287289-4-dnyaneshwar.bhadane@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index ac4beaed58ffb..89814b32e585d 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -180,6 +180,7 @@ static const struct xe_ip graphics_ips[] = { { 1271, "Xe_LPG", &graphics_xelpg }, { 1274, "Xe_LPG+", &graphics_xelpg }, { 2001, "Xe2_HPG", &graphics_xe2 }, + { 2002, "Xe2_HPG", &graphics_xe2 }, { 2004, "Xe2_LPG", &graphics_xe2 }, { 3000, "Xe3_LPG", &graphics_xe2 }, { 3001, "Xe3_LPG", &graphics_xe2 },