summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/pxp/intel_pxp_session.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-30drm/i915/pxp: Add drm_dbgs for critical PXP events.Alan Previn1-1/+5
2023-05-12drm/i915/pxp: Enable PXP with MTL-GSC-CSAlan Previn1-1/+1
2023-05-12drm/i915/pxp: Add ARB session creation and cleanupAlan Previn1-2/+9
2023-05-12drm/i915/pxp: Add MTL hw-plumbing enabling for KCR operationAlan Previn1-8/+4
2023-04-05drm/i915/pxp: limit drm-errors or warning on firmware API failuresAlan Previn1-1/+1
2023-01-27drm/i915/pxp: Trigger the global teardown for before suspendingAlan Previn1-3/+3
2023-01-27drm/i915/pxp: Invalidate all PXP fw sessions during teardownAlan Previn1-0/+2
2022-12-09drm/i915/pxp: Promote pxp subsystem to top-level of i915Alan Previn1-5/+5
2022-11-04Merge tag 'drm-intel-gt-next-2022-11-03' of git://anongit.freedesktop.org/drm...Dave Airlie1-1/+7
2022-11-01Merge tag 'drm-intel-next-2022-10-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+1
2022-10-03drm/i915/pxp: load the pxp module when we have a gsc-loaded hucDaniele Ceraolo Spurio1-1/+7
2022-09-27drm/i915/pxp: Add firmware status when ARB session failsAlan Previn1-0/+1
2022-09-12drm/i915/mtl: Use primary GT's irq lock for media GTMatt Roper1-2/+2
2022-03-17drm/i915: include uapi/drm/i915_drm.h directly where neededJani Nikula1-2/+0
2021-11-19drm/i915/pxp: fix includes for headers in include/drmJani Nikula1-1/+2
2021-10-04drm/i915/pxp: Enable PXP power managementHuang, Sean Z1-10/+28
2021-10-04drm/i915/pxp: start the arb session on demandDaniele Ceraolo Spurio1-3/+3
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio1-0/+6
2021-10-04drm/i915/pxp: Implement PXP irq handlerHuang, Sean Z1-3/+51
2021-10-04drm/i915/pxp: Implement arb session teardownHuang, Sean Z1-0/+29
2021-10-04drm/i915/pxp: Create the arbitrary session after bootHuang, Sean Z1-0/+74