index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_pt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
drm/xe: Port Xe to GPUVA
Matthew Brost
1
-24
/
+22
2023-12-21
drm/xe: Add helpers to hide struct xe_vma internals
Matthew Brost
1
-44
/
+44
2023-12-21
drm/xe: NULL binding implementation
Matthew Brost
1
-16
/
+38
2023-12-21
drm/xe: Rename pte/pde encoding functions
Lucas De Marchi
1
-20
/
+18
2023-12-19
drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLY
Matthew Brost
1
-1
/
+1
2023-12-19
drm/xe: Invalidate TLB also on bind if in scratch page mode
Thomas Hellström
1
-2
/
+15
2023-12-19
drm/xe: Allocate GT dynamically
Matt Roper
1
-2
/
+2
2023-12-19
drm/xe: Move migration from GT to tile
Matt Roper
1
-2
/
+2
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
1
-77
/
+67
2023-12-19
drm/xe: Add backpointer from gt to tile
Matt Roper
1
-1
/
+1
2023-12-19
drm/xe: Rename GPU offset helper to reflect true usage
Michael J. Ruhl
1
-4
/
+1
2023-12-19
drm/xe: Prevent evicting for page tables
Maarten Lankhorst
1
-1
/
+2
2023-12-19
drm/xe: Cleanup page-related defines
Lucas De Marchi
1
-20
/
+20
2023-12-19
drm/xe: Use BO's GT to determine dma_offset when programming PTEs
Matthew Brost
1
-1
/
+3
2023-12-19
drm/xe: s/lmem/vram/
Matthew Auld
1
-6
/
+6
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
1
-2
/
+3
2023-12-19
drm/xe: Add TLB invalidation fence after rebinds issued from execs
Matthew Brost
1
-90
/
+110
2023-12-19
drm/xe: Propagate VM unbind error to invalidation fence
Matthew Brost
1
-1
/
+7
2023-12-19
drm/xe: Use GuC to do GGTT invalidations for the GuC firmware
Matthew Brost
1
-1
/
+1
2023-12-19
drm/xe: Add range based TLB invalidations
Matthew Brost
1
-3
/
+6
2023-12-19
drm/xe: Add TLB invalidation fence ftrace
Matthew Brost
1
-0
/
+5
2023-12-19
drm/xe: Invalidate TLB after unbind is complete
Matthew Brost
1
-0
/
+96
2023-12-19
drm/xe/ppgtt: fix scratch page usage on DG2
Matthew Auld
1
-5
/
+13
2023-12-19
drm/xe/ppgtt: clear the scratch page
Matthew Auld
1
-6
/
+8
2023-12-12
drm/xe: Ensure VMA not userptr before calling xe_bo_is_stolen
Matthew Brost
1
-1
/
+1
2023-12-12
drm/xe: Implement stolen memory.
Maarten Lankhorst
1
-1
/
+4
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost
1
-0
/
+1542