]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe/xe2_hpg: Define additional Xe2_HPG GMD_ID
authorShekhar Chauhan <shekhar.chauhan@intel.com>
Thu, 5 Jun 2025 19:08:04 +0000 (00:38 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 11 Jun 2025 14:29:49 +0000 (07:29 -0700)
Add another GMD_ID for Xe2_HPG

Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
Signed-off-by: James Ausmus <james.ausmus@intel.com>
Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Reviewed-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20250605190804.1287289-4-dnyaneshwar.bhadane@intel.com
drivers/gpu/drm/xe/xe_pci.c

index ac4beaed58ffb669128f1ec4fc28297f9bf8c4d3..89814b32e585d73f2f43d068f12ba65a3f5705c1 100644 (file)
@@ -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 },