aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-28drm/xe: Make TLB invalidation fences unorderedThomas Hellström1-1/+0
2024-03-20drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio1-1/+1
2024-03-05drm/xe: Do not grab forcewakes when issuing GGTT TLB invalidation via GuCMatthew Brost1-0/+2
2024-02-23drm/xe: Don't support execlists in xe_gt_tlb_invalidation layerMatthew Brost1-0/+12
2024-02-23drm/xe: Cleanup some layering in GGTTMatthew Brost1-1/+40
2023-12-21drm/xe: Report TLB timeout using GT oriented functionsMichal Wajdeczko1-6/+7
2023-12-21drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko1-0/+1
2023-12-21drm/xe/guc: Promote guc_to_gt/xe helpers to .hMichal Wajdeczko1-6/+0
2023-12-21drm/xe: Dump CTB during TLB timeoutPallavi Mishra1-0/+2
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-6/+6
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-6/+6
2023-12-21drm/xe: drop xe_device_mem_access_get() from invalidation_vmaMatthew Auld1-6/+2
2023-12-21drm/xe: handle TLB invalidations from CT fast-pathMatthew Auld1-50/+84
2023-12-21drm/xe/tlb: print seqno_recv on fence TLB timeoutMatthew Auld1-2/+2
2023-12-21drm/xe/tlb: also update seqno_recv during resetMatthew Auld1-2/+22
2023-12-21drm/xe/tlb: increment next seqno after successful CT sendMatthew Auld1-5/+6
2023-12-21drm/xe/tlb: ensure we access seqno_recv onceMatthew Auld1-6/+6
2023-12-21drm/xe/tlb: drop unnecessary smp_wmb()Matthew Auld1-1/+4
2023-12-21drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost1-7/+7
2023-12-19drm/xe: Add backpointer from gt to tileMatt Roper1-4/+4
2023-12-19drm/xe: keep pulling mem_access_get further backMatthew Auld1-4/+6
2023-12-19drm/xe: don't allocate under ct->lockMatthew Auld1-0/+4
2023-12-19drm/xe: fix tlb_invalidation_seqno_past()Matthew Auld1-3/+4
2023-12-19drm/xe: Print GT info on TLB inv failureNirmoy Das1-4/+4
2023-12-19drm/xe/tlb: fix expected_seqno calculationMatthew Auld1-1/+6
2023-12-19drm/xe: Sort includesLucas De Marchi1-1/+2
2023-12-19drm/xe: Signal invalidation fence immediately if CT send failsMatthew Brost1-9/+14
2023-12-19drm/xe: Use GuC to do GGTT invalidations for the GuC firmwareMatthew Brost1-11/+32
2023-12-19drm/xe: Add range based TLB invalidationsMatthew Brost1-14/+73
2023-12-19drm/xe: Add TDR for invalidation fence timeout cleanupMatthew Brost1-5/+53
2023-12-19drm/xe: Add TLB invalidation fence ftraceMatthew Brost1-0/+5
2023-12-19drm/xe: Kernel doc GT TLB invalidationsMatthew Brost1-1/+51
2023-12-19drm/xe: Invalidate TLB after unbind is completeMatthew Brost1-0/+2
2023-12-19drm/xe: Add TLB invalidation fenceMatthew Brost1-3/+40
2023-12-19drm/xe: Move TLB invalidation variable to own sub-structure in GTMatthew Brost1-10/+10
2023-12-19drm/xe: Break of TLB invalidation into its own fileMatthew Brost1-0/+115