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_vm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
drm/xe/uapi: Be more specific about the vm_bind prefetch region
Rodrigo Vivi
1
-7
/
+8
2023-12-21
drm/xe/uapi: Add _FLAG to uAPI constants usable for flags
Francois Dugast
1
-16
/
+16
2023-12-21
drm/xe/uapi: Add missing DRM_ prefix in uAPI constants
Francois Dugast
1
-27
/
+27
2023-12-21
drm/xe: Fix unbind of unaccessed VMA (fault mode)
Brian Welty
1
-4
/
+4
2023-12-21
drm/xe: Adjust tile_present mask when skipping rebinds
Matthew Brost
1
-2
/
+13
2023-12-21
drm/xe: fix pat[2] programming with 2M/1G pages
Matthew Auld
1
-6
/
+11
2023-12-21
drm/xe: Fix VM bind out-sync signaling ordering
Matthew Brost
1
-8
/
+37
2023-12-21
drm/xe: Remove async worker and rework sync binds
Matthew Brost
1
-427
/
+108
2023-12-21
drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERROR
Matthew Brost
1
-3
/
+0
2023-12-21
drm/xe: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extension
Rodrigo Vivi
1
-126
/
+3
2023-12-21
drm/xe/uapi: Use common drm_xe_ext_set_property extension
Ashutosh Dixit
1
-1
/
+1
2023-12-21
drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queue
Matthew Brost
1
-0
/
+21
2023-12-21
drm/xe/vm: Remove VM_BIND_OP macro
Francois Dugast
1
-23
/
+19
2023-12-21
drm/xe/uapi: Separate VM_BIND's operation and flag
Francois Dugast
1
-13
/
+16
2023-12-21
drm/xe: directly use pat_index for pte_encode
Matthew Auld
1
-13
/
+11
2023-12-21
drm/xe/xe2: Add one more bit to encode PAT to ppgtt entries
Lucas De Marchi
1
-0
/
+3
2023-12-21
drm/xe/vm: Prefer xe_assert() over XE_WARN_ON()
Lucas De Marchi
1
-1
/
+2
2023-12-21
drm/xe/vm: use list_last_entry() to fetch last_op
Paulo Zanoni
1
-2
/
+1
2023-12-21
drm/xe/vm: print the correct 'keep' when printing gpuva ops
Paulo Zanoni
1
-1
/
+1
2023-12-21
drm/xe: Fix exec queue usage for unbinds
Matthew Brost
1
-1
/
+2
2023-12-21
drm/xe: set PTE_AE for all platforms supporting it
Fei Yang
1
-1
/
+1
2023-12-21
drm/xe: Use pat_index to encode pde/pte
Lucas De Marchi
1
-20
/
+36
2023-12-21
drm/xe/migrate: Do not hand-encode pte
Lucas De Marchi
1
-1
/
+22
2023-12-21
drm/xe: Use vfunc for pte/pde ppgtt encoding
Lucas De Marchi
1
-2
/
+91
2023-12-21
drm/xe: Track page table memory usage for client
Tejas Upadhyay
1
-0
/
+7
2023-12-21
drm/xe: Record each drm client with its VM
Tejas Upadhyay
1
-0
/
+1
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
1
-24
/
+24
2023-12-21
drm/xe: Replace XE_WARN_ON with drm_warn when just printing a string
Francois Dugast
1
-9
/
+9
2023-12-21
drm/xe: Fix fence reservation accouting
Matthew Brost
1
-1
/
+6
2023-12-21
drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_exec
Thomas Hellström
1
-67
/
+36
2023-12-21
drm/xe: Convert pagefaulting code to use drm_exec
Thomas Hellström
1
-2
/
+34
2023-12-21
drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helper
Thomas Hellström
1
-148
/
+123
2023-12-21
drm/xe/vm: Simplify and document xe_vm_lock()
Thomas Hellström
1
-23
/
+23
2023-12-21
drm/xe/bo: Simplify xe_bo_lock()
Thomas Hellström
1
-13
/
+14
2023-12-21
drm/xe: Fix array of binds
Matthew Brost
1
-206
/
+212
2023-12-21
drm/xe: Fixup unwind on VM ops errors
Matthew Brost
1
-7
/
+17
2023-12-21
drm/xe/xe2: Track VA bits independently of max page table level
Matt Roper
1
-1
/
+1
2023-12-21
drm/xe: skip rebind_list if vma destroyed
Matthew Auld
1
-0
/
+1
2023-12-21
drm/xe: Implement HW workaround 14016763929
Oak Zeng
1
-4
/
+9
2023-12-21
drm/xe: Set max pte size when skipping rebinds
Matthew Brost
1
-1
/
+18
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
1
-96
/
+96
2023-12-21
drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]
Francois Dugast
1
-1
/
+1
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
1
-28
/
+28
2023-12-21
drm/xe: Decouple vram check from xe_bo_addr()
Lucas De Marchi
1
-4
/
+6
2023-12-21
drm/xe: Signal out-syncs on VM binds if no operations
Matthew Brost
1
-0
/
+2
2023-12-21
drm/xe: Use migrate engine for page fault binds
Matthew Brost
1
-1
/
+2
2023-12-21
drm/xe: Only alloc userptr part of xe_vma for userptrs
Matthew Brost
1
-2
/
+6
2023-12-21
drm/xe: Change tile masks from u64 to u8
Matthew Brost
1
-6
/
+6
2023-12-21
drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanup
Matthew Brost
1
-1
/
+1
2023-12-21
drm/xe: Reduce the number list links in xe_vma
Matthew Brost
1
-22
/
+21
[next]