index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_gt_tlb_invalidation.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-29
drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer
Matthew Brost
1
-0
/
+12
2023-12-21
drm/xe/guc: Include only required GuC ABI headers
Michal Wajdeczko
1
-0
/
+1
2023-12-21
drm/xe/guc: Promote guc_to_gt/xe helpers to .h
Michal Wajdeczko
1
-6
/
+0
2023-12-21
drm/xe: Dump CTB during TLB timeout
Pallavi Mishra
1
-0
/
+2
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
1
-6
/
+6
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
1
-6
/
+6
2023-12-21
drm/xe: drop xe_device_mem_access_get() from invalidation_vma
Matthew Auld
1
-6
/
+2
2023-12-21
drm/xe: handle TLB invalidations from CT fast-path
Matthew Auld
1
-50
/
+84
2023-12-21
drm/xe/tlb: print seqno_recv on fence TLB timeout
Matthew Auld
1
-2
/
+2
2023-12-21
drm/xe/tlb: also update seqno_recv during reset
Matthew Auld
1
-2
/
+22
2023-12-21
drm/xe/tlb: increment next seqno after successful CT send
Matthew Auld
1
-5
/
+6
2023-12-21
drm/xe/tlb: ensure we access seqno_recv once
Matthew Auld
1
-6
/
+6
2023-12-21
drm/xe/tlb: drop unnecessary smp_wmb()
Matthew Auld
1
-1
/
+4
2023-12-21
drm/xe: Add helpers to hide struct xe_vma internals
Matthew Brost
1
-7
/
+7
2023-12-20
drm/xe: Add backpointer from gt to tile
Matt Roper
1
-4
/
+4
2023-12-20
drm/xe: keep pulling mem_access_get further back
Matthew Auld
1
-4
/
+6
2023-12-20
drm/xe: don't allocate under ct->lock
Matthew Auld
1
-0
/
+4
2023-12-20
drm/xe: fix tlb_invalidation_seqno_past()
Matthew Auld
1
-3
/
+4
2023-12-20
drm/xe: Print GT info on TLB inv failure
Nirmoy Das
1
-4
/
+4
2023-12-20
drm/xe/tlb: fix expected_seqno calculation
Matthew Auld
1
-1
/
+6
2023-12-20
drm/xe: Sort includes
Lucas De Marchi
1
-1
/
+2
2023-12-20
drm/xe: Signal invalidation fence immediately if CT send fails
Matthew Brost
1
-9
/
+14
2023-12-20
drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
Matthew Brost
1
-11
/
+32
2023-12-20
drm/xe: Add range based TLB invalidations
Matthew Brost
1
-14
/
+73
2023-12-20
drm/xe: Add TDR for invalidation fence timeout cleanup
Matthew Brost
1
-5
/
+53
2023-12-20
drm/xe: Add TLB invalidation fence ftrace
Matthew Brost
1
-0
/
+5
2023-12-20
drm/xe: Kernel doc GT TLB invalidations
Matthew Brost
1
-1
/
+51
2023-12-20
drm/xe: Invalidate TLB after unbind is complete
Matthew Brost
1
-0
/
+2
2023-12-20
drm/xe: Add TLB invalidation fence
Matthew Brost
1
-3
/
+40
2023-12-20
drm/xe: Move TLB invalidation variable to own sub-structure in GT
Matthew Brost
1
-10
/
+10
2023-12-20
drm/xe: Break of TLB invalidation into its own file
Matthew Brost
1
-0
/
+115