Age | Commit message (Expand) | Author |
2024-09-17 | drm/xe/bo: add some annotations in bo_put() | Matthew Auld |
2024-08-22 | drm/xe: Make xe_ggtt_node struct independent | Rodrigo Vivi |
2024-08-22 | drm/xe: Encapsulate drm_mm_node inside xe_ggtt_node | Rodrigo Vivi |
2024-08-19 | drm/xe: Remove redundant param from xe_bo_create_user | Nirmoy Das |
2024-07-22 | drm/xe: Add NEEDS_2M BO flag | Michal Wajdeczko |
2024-07-22 | drm/xe: Normalize NEEDS_64K BO flag | Michal Wajdeczko |
2024-05-06 | drm/xe: Add function to check if BO has single placement | Nirmoy Das |
2024-04-05 | drm/xe: Drop xe_vm_assert_held() macro definition from xe_bo.h | Michal Wajdeczko |
2024-04-05 | drm/xe: Move PTE/PDE bit definitions to proper header | Michal Wajdeczko |
2024-04-02 | drm/xe: Normalize bo flags macros | Lucas De Marchi |
2024-03-20 | drm/xe: Add XE_BO_GGTT_INVALIDATE flag | Matthew Brost |
2024-03-15 | drm/xe: Allow VRAM BO allocations aligned to 64K | Michal Wajdeczko |
2024-02-20 | drm/xe/guc: Allocate GuC data structures in system memory for initial load | Michał Winiarski |
2024-02-20 | drm/xe/xe_bo_move: Enhance xe_bo_move trace | Priyanka Dandamudi |
2024-01-19 | drm/xe: make xe_ttm_funcs const | Jani Nikula |
2024-01-08 | drm/xe/dgfx: Release mmap mappings on rpm suspend | Badal Nilawar |
2023-12-21 | drm/xe: Add XE_BO_NEEDS_UC flag to force UC mode instead WB | Michal Wajdeczko |
2023-12-21 | drm/xe: Add a helper for DRM device-lifetime BO create | Michał Winiarski |
2023-12-21 | drm/xe/uapi: Add support for CPU caching mode | Pallavi Mishra |
2023-12-21 | drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg() | Thomas Hellström |
2023-12-21 | drm/xe/display: Add empty def for i915_gem_object_flush_if_display | Jouni Högander |
2023-12-21 | drm/xe: Remove unused xe_bo_to_tile | Brian Welty |
2023-12-21 | drm/xe: fix pat[2] programming with 2M/1G pages | Matthew Auld |
2023-12-21 | drm/xe/xe2: Add one more bit to encode PAT to ppgtt entries | Lucas De Marchi |
2023-12-21 | drm/xe: Use pat_index to encode pde/pte | Lucas De Marchi |
2023-12-21 | drm/xe: Implement fdinfo memory stats printing | Tejas Upadhyay |
2023-12-21 | drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface | Thomas Hellström |
2023-12-21 | drm/xe/bo: Simplify xe_bo_lock() | Thomas Hellström |
2023-12-21 | drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel | Francois Dugast |
2023-12-21 | drm/xe: Set PTE_DM bit for stolen on MTL | Lucas De Marchi |
2023-12-21 | drm/xe: Decouple vram check from xe_bo_addr() | Lucas De Marchi |
2023-12-21 | drm/xe/bo: support tiered vram allocation for small-bar | Matthew Auld |
2023-12-21 | drm/xe/mtl: Map PPGTT as CPU:WC | Matt Roper |
2023-12-21 | drm/xe: add missing bulk_move reset | Matthew Auld |
2023-12-21 | drm/xe: Port Xe to GPUVA | Matthew Brost |
2023-12-21 | drm/xe: VM LRU bulk move | Matthew Brost |
2023-12-21 | drm/xe: NULL binding implementation | Matthew Brost |
2023-12-21 | drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.h | Matthew Brost |
2023-12-19 | drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLY | Matthew Brost |
2023-12-19 | drm/xe: Memory allocations are tile-based, not GT-based | Matt Roper |
2023-12-19 | drm/xe: Move VRAM from GT to tile | Matt Roper |
2023-12-19 | drm/xe: Rename GPU offset helper to reflect true usage | Michael J. Ruhl |
2023-12-19 | drm/xe: Prevent evicting for page tables | Maarten Lankhorst |
2023-12-19 | drm/xe: Apply upper limit to sg element size | Niranjana Vishwanathapura |
2023-12-19 | drm/xe: Fix splat during error dump | Francois Dugast |
2023-12-19 | drm/xe: Cleanup page-related defines | Lucas De Marchi |
2023-12-19 | drm/xe: fix suspend-resume for dgfx | Matthew Auld |
2023-12-19 | drm/xe: Use proper vram offset | Niranjana Vishwanathapura |
2023-12-19 | drm/xe: add XE_BO_CREATE_VRAM_MASK | Matthew Auld |
2023-12-19 | drm/xe: Use BO's GT to determine dma_offset when programming PTEs | Matthew Brost |