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_bo.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
drm/xe: Add a helper for DRM device-lifetime BO create
Michał Winiarski
1
-0
/
+4
2023-12-21
drm/xe/uapi: Add support for CPU caching mode
Pallavi Mishra
1
-4
/
+10
2023-12-21
drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()
Thomas Hellström
1
-1
/
+1
2023-12-21
drm/xe/display: Add empty def for i915_gem_object_flush_if_display
Jouni Högander
1
-0
/
+2
2023-12-21
drm/xe: Remove unused xe_bo_to_tile
Brian Welty
1
-2
/
+0
2023-12-21
drm/xe: fix pat[2] programming with 2M/1G pages
Matthew Auld
1
-0
/
+1
2023-12-21
drm/xe/xe2: Add one more bit to encode PAT to ppgtt entries
Lucas De Marchi
1
-0
/
+1
2023-12-21
drm/xe: Use pat_index to encode pde/pte
Lucas De Marchi
1
-4
/
+4
2023-12-21
drm/xe: Implement fdinfo memory stats printing
Tejas Upadhyay
1
-0
/
+11
2023-12-21
drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface
Thomas Hellström
1
-21
/
+2
2023-12-21
drm/xe/bo: Simplify xe_bo_lock()
Thomas Hellström
1
-3
/
+2
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
1
-7
/
+7
2023-12-21
drm/xe: Set PTE_DM bit for stolen on MTL
Lucas De Marchi
1
-2
/
+3
2023-12-21
drm/xe: Decouple vram check from xe_bo_addr()
Lucas De Marchi
1
-7
/
+3
2023-12-21
drm/xe/bo: support tiered vram allocation for small-bar
Matthew Auld
1
-0
/
+1
2023-12-21
drm/xe/mtl: Map PPGTT as CPU:WC
Matt Roper
1
-0
/
+1
2023-12-21
drm/xe: add missing bulk_move reset
Matthew Auld
1
-0
/
+6
2023-12-21
drm/xe: Port Xe to GPUVA
Matthew Brost
1
-1
/
+10
2023-12-21
drm/xe: VM LRU bulk move
Matthew Brost
1
-2
/
+2
2023-12-21
drm/xe: NULL binding implementation
Matthew Brost
1
-0
/
+1
2023-12-21
drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.h
Matthew Brost
1
-2
/
+0
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: Memory allocations are tile-based, not GT-based
Matt Roper
1
-9
/
+9
2023-12-19
drm/xe: Move VRAM from GT to tile
Matt Roper
1
-2
/
+2
2023-12-19
drm/xe: Rename GPU offset helper to reflect true usage
Michael J. Ruhl
1
-1
/
+1
2023-12-19
drm/xe: Prevent evicting for page tables
Maarten Lankhorst
1
-3
/
+4
2023-12-19
drm/xe: Apply upper limit to sg element size
Niranjana Vishwanathapura
1
-0
/
+24
2023-12-19
drm/xe: Fix splat during error dump
Francois Dugast
1
-0
/
+2
2023-12-19
drm/xe: Cleanup page-related defines
Lucas De Marchi
1
-26
/
+26
2023-12-19
drm/xe: fix suspend-resume for dgfx
Matthew Auld
1
-0
/
+3
2023-12-19
drm/xe: Use proper vram offset
Niranjana Vishwanathapura
1
-0
/
+1
2023-12-19
drm/xe: add XE_BO_CREATE_VRAM_MASK
Matthew Auld
1
-0
/
+2
2023-12-19
drm/xe: Use BO's GT to determine dma_offset when programming PTEs
Matthew Brost
1
-0
/
+2
2023-12-19
drm/xe: s/lmem/vram/
Matthew Auld
1
-3
/
+3
2023-12-12
drm/xe: Fix hidden gotcha regression with bo create
Maarten Lankhorst
1
-3
/
+5
2023-12-12
drm/xe: Implement stolen memory.
Maarten Lankhorst
1
-2
/
+14
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost
1
-0
/
+290