summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski1-0/+4
2023-12-21drm/xe/uapi: Add support for CPU caching modePallavi Mishra1-4/+10
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström1-1/+1
2023-12-21drm/xe/display: Add empty def for i915_gem_object_flush_if_displayJouni Högander1-0/+2
2023-12-21drm/xe: Remove unused xe_bo_to_tileBrian Welty1-2/+0
2023-12-21drm/xe: fix pat[2] programming with 2M/1G pagesMatthew Auld1-0/+1
2023-12-21drm/xe/xe2: Add one more bit to encode PAT to ppgtt entriesLucas De Marchi1-0/+1
2023-12-21drm/xe: Use pat_index to encode pde/pteLucas De Marchi1-4/+4
2023-12-21drm/xe: Implement fdinfo memory stats printingTejas Upadhyay1-0/+11
2023-12-21drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interfaceThomas Hellström1-21/+2
2023-12-21drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström1-3/+2
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-7/+7
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi1-2/+3
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi1-7/+3
2023-12-21drm/xe/bo: support tiered vram allocation for small-barMatthew Auld1-0/+1
2023-12-21drm/xe/mtl: Map PPGTT as CPU:WCMatt Roper1-0/+1
2023-12-21drm/xe: add missing bulk_move resetMatthew Auld1-0/+6
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost1-1/+10
2023-12-21drm/xe: VM LRU bulk moveMatthew Brost1-2/+2
2023-12-21drm/xe: NULL binding implementationMatthew Brost1-0/+1
2023-12-21drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.hMatthew Brost1-2/+0
2023-12-20drm/xe: s/XE_PTE_READ_ONLY/XE_PTE_FLAG_READ_ONLYMatthew Brost1-1/+1
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-9/+9
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-2/+2
2023-12-20drm/xe: Rename GPU offset helper to reflect true usageMichael J. Ruhl1-1/+1
2023-12-20drm/xe: Prevent evicting for page tablesMaarten Lankhorst1-3/+4
2023-12-20drm/xe: Apply upper limit to sg element sizeNiranjana Vishwanathapura1-0/+24
2023-12-20drm/xe: Fix splat during error dumpFrancois Dugast1-0/+2
2023-12-20drm/xe: Cleanup page-related definesLucas De Marchi1-26/+26
2023-12-20drm/xe: fix suspend-resume for dgfxMatthew Auld1-0/+3
2023-12-20drm/xe: Use proper vram offsetNiranjana Vishwanathapura1-0/+1
2023-12-20drm/xe: add XE_BO_CREATE_VRAM_MASKMatthew Auld1-0/+2
2023-12-20drm/xe: Use BO's GT to determine dma_offset when programming PTEsMatthew Brost1-0/+2
2023-12-20drm/xe: s/lmem/vram/Matthew Auld1-3/+3
2023-12-12drm/xe: Fix hidden gotcha regression with bo createMaarten Lankhorst1-3/+5
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst1-2/+14
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+290