From: Shekhar Chauhan Date: Fri, 17 Oct 2025 02:26:21 +0000 (-0700) Subject: drm/xe/xe3p: Add support for media IP versions 35.00 & 35.03 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdce3e20dae82d529e9dbaf3dea155301bc7a4d7;p=thirdparty%2Fkernel%2Flinux.git drm/xe/xe3p: Add support for media IP versions 35.00 & 35.03 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 Signed-off-by: Shekhar Chauhan Reviewed-by: Matt Roper Link: https://lore.kernel.org/r/20251016-xe3p-v3-2-3dd173a3097a@intel.com Signed-off-by: Lucas De Marchi --- diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index 9744c572b1bdd..f3ab19d3ee91c 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -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 = {