Commit b1dcec9b authored by Daniele Ceraolo Spurio's avatar Daniele Ceraolo Spurio
Browse files

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: default avatarDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Julia Filipchuk <julia.filipchuk@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patch.msgid.link/20260108011340.2562349-8-daniele.ceraolospurio@intel.com
parent 6d24027d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,