summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pxp.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-30drm/xe/pxp: Don't allow PXP on older PTL GSC FWsDaniele Ceraolo Spurio1-0/+12
2026-03-30drm/xe/pxp: Clear restart flag in pxp_start after jumping backDaniele Ceraolo Spurio1-1/+3
2026-03-30drm/xe/pxp: Remove incorrect handling of impossible state during suspendDaniele Ceraolo Spurio1-6/+0
2026-03-30drm/xe/pxp: Clean up termination status on failureDaniele Ceraolo Spurio1-0/+1
2026-01-15drm/xe: Cleanup unused header includesMatt Roper1-1/+0
2025-11-19drm/xe/pxp: Use scope-based cleanupMatt Roper1-37/+18
2025-09-17drm/xe: Allow error injection for xe_pxp_exec_queue_addDaniele Ceraolo Spurio1-0/+1
2025-06-02drm/xe/pxp: Decouple queue addition from PXP startDaniele Ceraolo Spurio1-61/+86
2025-06-02drm/xe/pxp: Clarify PXP queue creation behavior if PXP is not readyDaniele Ceraolo Spurio1-2/+6
2025-03-11Merge tag 'drm-intel-next-2025-03-10' of https://gitlab.freedesktop.org/drm/i...Dave Airlie1-3/+6
2025-03-03drm/i915/pxp & drm/xe/pxp: Figure out pxp instance from the gem objectJani Nikula1-3/+6
2025-02-27drm/xe/pxp: Don't kill queues while holding PXP locksDaniele Ceraolo Spurio1-34/+44
2025-02-05drm/xe/pxp: Fail the load if PXP fails to initializeDaniele Ceraolo Spurio1-8/+12
2025-02-03drm/xe/pxp: add PXP PM supportDaniele Ceraolo Spurio1-4/+125
2025-02-03drm/xe/pxp/uapi: Add API to mark a BO as using PXPDaniele Ceraolo Spurio1-0/+90
2025-02-03drm/xe/pxp/uapi: Add a query for PXP statusDaniele Ceraolo Spurio1-0/+32
2025-02-03drm/xe/pxp/uapi: Add userspace and LRC support for PXP-using queuesDaniele Ceraolo Spurio1-4/+31
2025-02-03drm/xe/pxp: Add PXP queue tracking and session startDaniele Ceraolo Spurio1-6/+377
2025-02-03drm/xe/pxp: Handle the PXP termination interruptDaniele Ceraolo Spurio1-3/+136
2025-02-03drm/xe/pxp: Allocate PXP execution resourcesDaniele Ceraolo Spurio1-1/+22
2025-02-03drm/xe/pxp: Initialize PXP structure and KCR regDaniele Ceraolo Spurio1-0/+107