summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko2023-12-211-0/+1
* drm/xe/guc: Promote guc_to_gt/xe helpers to .hMichal Wajdeczko2023-12-211-6/+0
* drm/xe: Dump CTB during TLB timeoutPallavi Mishra2023-12-211-0/+2
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-6/+6
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-6/+6
* drm/xe: drop xe_device_mem_access_get() from invalidation_vmaMatthew Auld2023-12-211-6/+2
* drm/xe: handle TLB invalidations from CT fast-pathMatthew Auld2023-12-211-50/+84
* drm/xe/tlb: print seqno_recv on fence TLB timeoutMatthew Auld2023-12-211-2/+2
* drm/xe/tlb: also update seqno_recv during resetMatthew Auld2023-12-211-2/+22
* drm/xe/tlb: increment next seqno after successful CT sendMatthew Auld2023-12-211-5/+6
* drm/xe/tlb: ensure we access seqno_recv onceMatthew Auld2023-12-211-6/+6
* drm/xe/tlb: drop unnecessary smp_wmb()Matthew Auld2023-12-211-1/+4
* drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost2023-12-211-7/+7
* drm/xe: Add backpointer from gt to tileMatt Roper2023-12-191-4/+4
* drm/xe: keep pulling mem_access_get further backMatthew Auld2023-12-191-4/+6
* drm/xe: don't allocate under ct->lockMatthew Auld2023-12-191-0/+4
* drm/xe: fix tlb_invalidation_seqno_past()Matthew Auld2023-12-191-3/+4
* drm/xe: Print GT info on TLB inv failureNirmoy Das2023-12-191-4/+4
* drm/xe/tlb: fix expected_seqno calculationMatthew Auld2023-12-191-1/+6
* drm/xe: Sort includesLucas De Marchi2023-12-191-1/+2
* drm/xe: Signal invalidation fence immediately if CT send failsMatthew Brost2023-12-191-9/+14
* drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost2023-12-191-11/+32
* drm/xe: Add range based TLB invalidationsMatthew Brost2023-12-191-14/+73
* drm/xe: Add TDR for invalidation fence timeout cleanupMatthew Brost2023-12-191-5/+53
* drm/xe: Add TLB invalidation fence ftraceMatthew Brost2023-12-191-0/+5
* drm/xe: Kernel doc GT TLB invalidationsMatthew Brost2023-12-191-1/+51
* drm/xe: Invalidate TLB after unbind is completeMatthew Brost2023-12-191-0/+2
* drm/xe: Add TLB invalidation fenceMatthew Brost2023-12-191-3/+40
* drm/xe: Move TLB invalidation variable to own sub-structure in GTMatthew Brost2023-12-191-10/+10
* drm/xe: Break of TLB invalidation into its own fileMatthew Brost2023-12-191-0/+115