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