From b1dcec9bd8a1de5fe04ecb3831f8db0a5c059970 Mon Sep 17 00:00:00 2001 From: Daniele Ceraolo Spurio Date: Wed, 7 Jan 2026 17:13:44 -0800 Subject: [PATCH] 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 --- drivers/gpu/drm/xe/xe_pci.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.47.3