]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe/xe3p: Add support for media IP versions 35.00 & 35.03
authorShekhar Chauhan <shekhar.chauhan@intel.com>
Fri, 17 Oct 2025 02:26:21 +0000 (19:26 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 17 Oct 2025 22:32:37 +0000 (15:32 -0700)
Xe3p_LPM/Xe3p_HPM are very similar to Xe3_LPM on the kmd interface, so it can use
the same descriptor structure. Add both 35.00 and 35.03 IP versions.

BSpec: 74201, 74202, 77977, 77979
Cc: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20251016-xe3p-v3-2-3dd173a3097a@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_pci.c

index 9744c572b1bdd3b4dae5dec92641ac6ddfffc8e4..f3ab19d3ee91c89f5ccf51f2841d8f6113a8d486 100644 (file)
@@ -151,6 +151,8 @@ static const struct xe_ip media_ips[] = {
        { 2000, "Xe2_LPM", &media_xelpmp },
        { 3000, "Xe3_LPM", &media_xelpmp },
        { 3002, "Xe3_LPM", &media_xelpmp },
+       { 3500, "Xe3p_LPM", &media_xelpmp },
+       { 3503, "Xe3p_HPM", &media_xelpmp },
 };
 
 static const struct xe_device_desc tgl_desc = {