From: Daniele Ceraolo Spurio Date: Thu, 8 Jan 2026 01:13:44 +0000 (-0800) Subject: drm/xe/ptl: Enable PXP for PTL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1dcec9bd8a1de5fe04ecb3831f8db0a5c059970;p=thirdparty%2Fkernel%2Flinux.git drm/xe/ptl: Enable PXP for PTL Now that the GSC FW is defined, we can enable PXP for PTL. The feature will only be turned on if the binary is found on disk. Signed-off-by: Daniele Ceraolo Spurio Cc: Rodrigo Vivi Cc: Julia Filipchuk Reviewed-by: Rodrigo Vivi Link: https://patch.msgid.link/20260108011340.2562349-8-daniele.ceraolospurio@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index a1fdca451ce0..673db1e82ec3 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -392,6 +392,7 @@ static const struct xe_device_desc ptl_desc = { .has_sriov = true, .has_mem_copy_instr = true, .has_pre_prod_wa = 1, + .has_pxp = true, .max_gt_per_tile = 2, .needs_scratch = true, .needs_shared_vf_gt_wq = true,