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_migrate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
drm/xe: Rename MEM_SET instruction
Haridhar Kalvala
1
-2
/
+2
2023-12-21
drm/xe: Adjust mocs field mask definitions
Haridhar Kalvala
1
-3
/
+3
2023-12-21
drm/xe: Use pat_index to encode pde/pte
Lucas De Marchi
1
-2
/
+4
2023-12-21
drm/xe/migrate: Do not hand-encode pte
Lucas De Marchi
1
-6
/
+8
2023-12-21
drm/xe: Use vfunc for pte/pde ppgtt encoding
Lucas De Marchi
1
-8
/
+10
2023-12-21
drm/xe: Infer service copy functionality from engine list
Matt Roper
1
-13
/
+21
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
1
-15
/
+16
2023-12-21
drm/xe/vm: Simplify and document xe_vm_lock()
Thomas Hellström
1
-6
/
+4
2023-12-21
drm/xe/pvc: Use fast copy engines as migrate engine on PVC
Niranjana Vishwanathapura
1
-4
/
+32
2023-12-21
drm/xe: split kernel vs permanent engine flags
Daniele Ceraolo Spurio
1
-2
/
+5
2023-12-21
drm/xe: Make xe_mem_region struct
Oak Zeng
1
-1
/
+1
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
1
-32
/
+32
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
-15
/
+15
2023-12-21
drm/xe: Set PTE_DM bit for stolen on MTL
Lucas De Marchi
1
-2
/
+2
2023-12-21
drm/xe: Decouple vram check from xe_bo_addr()
Lucas De Marchi
1
-12
/
+4
2023-12-21
drm/xe: Remove vma arg from xe_pte_encode()
Lucas De Marchi
1
-5
/
+3
2023-12-21
drm/xe: Make bind engines safe
Matthew Brost
1
-0
/
+2
2023-12-21
drm/xe: Cleanup style warnings and errors
Francois Dugast
1
-1
/
+1
2023-12-21
drm/xe: Normalize XE_VM_FLAG* names
Lucas De Marchi
1
-4
/
+4
2023-12-21
drm/xe: Cleanup style warnings
Francois Dugast
1
-1
/
+2
2023-12-21
drm/xe: Port Xe to GPUVA
Matthew Brost
1
-7
/
+7
2023-12-21
drm/xe: Make page-table updates using the default engine happen in order
Thomas Hellström
1
-1
/
+2
2023-12-21
drm/xe: Rename pte/pde encoding functions
Lucas De Marchi
1
-10
/
+10
2023-12-19
drm/xe: Allocate GT dynamically
Matt Roper
1
-6
/
+6
2023-12-19
drm/xe: Move migration from GT to tile
Matt Roper
1
-32
/
+29
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
1
-10
/
+13
2023-12-19
drm/xe: Rename GPU offset helper to reflect true usage
Michael J. Ruhl
1
-2
/
+2
2023-12-19
drm/xe/migrate: retain CCS aux state for vram -> vram
Matthew Auld
1
-4
/
+12
2023-12-19
drm/xe: Support copying of data between system memory bos
Thomas Hellström
1
-14
/
+26
2023-12-19
drm/xe: Rename instruction field to avoid confusion
Lucas De Marchi
1
-2
/
+2
2023-12-19
drm/xe: Cleanup page-related defines
Lucas De Marchi
1
-34
/
+35
2023-12-19
drm/xe: Let primary and media GT share a kernel_bb_pool
Matt Roper
1
-2
/
+2
2023-12-19
drm/xe: Use proper vram offset
Niranjana Vishwanathapura
1
-5
/
+8
2023-12-19
drm/xe: Fix potential deadlock handling page faults
Matthew Brost
1
-0
/
+2
2023-12-19
drm/xe: Stop accepting value in xe_migrate_clear
Balasubramani Vivekanandan
1
-11
/
+54
2023-12-19
drm/xe/tests: Test both CPU- and GPU page-table updates with the migrate test
Thomas Hellström
1
-0
/
+17
2023-12-19
drm/xe: Introduce xe_engine_is_idle()
Thomas Hellström
1
-7
/
+1
2023-12-19
drm/xe/migrate: Update cpu page-table updates
Thomas Hellström
1
-20
/
+10
2023-12-19
drm/xe: s/lmem/vram/
Matthew Auld
1
-6
/
+6
2023-12-19
drm/xe: Do not spread i915_reg_defs.h include
Lucas De Marchi
1
-0
/
+1
2023-12-19
drm/xe: Remove dependency on intel_gpu_commands.h
Lucas De Marchi
1
-2
/
+1
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
1
-5
/
+7
2023-12-19
drm/xe/migrate: Update emit_pte to cope with a size level than 4k
Matthew Brost
1
-11
/
+6
2023-12-12
drm/xe/migrate: Add kerneldoc for the migrate subsystem
Thomas Hellström
1
-2
/
+106
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost
1
-0
/
+1168
[prev]