summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.h
AgeCommit message (Expand)Author
2024-04-05drm/xe: Drop xe_vm_assert_held() macro definition from xe_bo.hMichal Wajdeczko
2024-04-05drm/xe: Move PTE/PDE bit definitions to proper headerMichal Wajdeczko
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost
2024-03-15drm/xe: Allow VRAM BO allocations aligned to 64KMichal Wajdeczko
2024-02-20drm/xe/guc: Allocate GuC data structures in system memory for initial loadMichał Winiarski
2024-02-20drm/xe/xe_bo_move: Enhance xe_bo_move tracePriyanka Dandamudi
2024-01-19drm/xe: make xe_ttm_funcs constJani Nikula
2024-01-08drm/xe/dgfx: Release mmap mappings on rpm suspendBadal Nilawar
2023-12-21drm/xe: Add XE_BO_NEEDS_UC flag to force UC mode instead WBMichal Wajdeczko
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski
2023-12-21drm/xe/uapi: Add support for CPU caching modePallavi Mishra
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström
2023-12-21drm/xe/display: Add empty def for i915_gem_object_flush_if_displayJouni Högander
2023-12-21drm/xe: Remove unused xe_bo_to_tileBrian Welty
2023-12-21drm/xe: fix pat[2] programming with 2M/1G pagesMatthew Auld
2023-12-21drm/xe/xe2: Add one more bit to encode PAT to ppgtt entriesLucas De Marchi
2023-12-21drm/xe: Use pat_index to encode pde/pteLucas De Marchi
2023-12-21drm/xe: Implement fdinfo memory stats printingTejas Upadhyay
2023-12-21drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interfaceThomas Hellström
2023-12-21drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi
2023-12-21drm/xe/bo: support tiered vram allocation for small-barMatthew Auld
2023-12-21drm/xe/mtl: Map PPGTT as CPU:WCMatt Roper
2023-12-21drm/xe: add missing bulk_move resetMatthew Auld
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost
2023-12-21drm/xe: VM LRU bulk moveMatthew Brost
2023-12-21drm/xe: NULL binding implementationMatthew Brost
2023-12-21drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.hMatthew Brost
2023-12-19drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLYMatthew Brost
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper
2023-12-19drm/xe: Move VRAM from GT to tileMatt Roper
2023-12-19drm/xe: Rename GPU offset helper to reflect true usageMichael J. Ruhl
2023-12-19drm/xe: Prevent evicting for page tablesMaarten Lankhorst
2023-12-19drm/xe: Apply upper limit to sg element sizeNiranjana Vishwanathapura
2023-12-19drm/xe: Fix splat during error dumpFrancois Dugast
2023-12-19drm/xe: Cleanup page-related definesLucas De Marchi
2023-12-19drm/xe: fix suspend-resume for dgfxMatthew Auld
2023-12-19drm/xe: Use proper vram offsetNiranjana Vishwanathapura
2023-12-19drm/xe: add XE_BO_CREATE_VRAM_MASKMatthew Auld
2023-12-19drm/xe: Use BO's GT to determine dma_offset when programming PTEsMatthew Brost
2023-12-19drm/xe: s/lmem/vram/Matthew Auld
2023-12-12drm/xe: Fix hidden gotcha regression with bo createMaarten Lankhorst
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost