]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe/ptl: Enable PXP for PTL
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Thu, 8 Jan 2026 01:13:44 +0000 (17:13 -0800)
committerDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Mon, 12 Jan 2026 18:07:28 +0000 (10:07 -0800)
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 <daniele.ceraolospurio@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Julia Filipchuk <julia.filipchuk@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patch.msgid.link/20260108011340.2562349-8-daniele.ceraolospurio@intel.com
drivers/gpu/drm/xe/xe_pci.c

index a1fdca451ce0ba5eb1f3a4b0f35a64d6823b3be2..673db1e82ec3369a8be5cf7ed72605debe5378d5 100644 (file)
@@ -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,