Skip to content

Commit b1dcec9

Browse files
committed
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 <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
1 parent 6d24027 commit b1dcec9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/xe/xe_pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ static const struct xe_device_desc ptl_desc = {
392392
.has_sriov = true,
393393
.has_mem_copy_instr = true,
394394
.has_pre_prod_wa = 1,
395+
.has_pxp = true,
395396
.max_gt_per_tile = 2,
396397
.needs_scratch = true,
397398
.needs_shared_vf_gt_wq = true,

0 commit comments

Comments
 (0)