summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.c
AgeCommit message (Expand)Author
2023-12-21drm/xe: skip rebind_list if vma destroyedMatthew Auld
2023-12-21drm/xe: Fix error paths of __xe_bo_create_lockedMaarten Lankhorst
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/uapi: add the userspace bits for small-barMatthew Auld
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: Reduce the number list links in xe_vmaMatthew Brost
2023-12-21drm/xe: Cleanup style warnings and errorsFrancois Dugast
2023-12-21drm/xe: add missing bulk_move resetMatthew Auld
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost
2023-12-21drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost
2023-12-21drm/xe: Make usable size of VRAM readableTejas Upadhyay
2023-12-21drm/xe/bo: Evict VRAM to TT rather than to systemThomas Hellström
2023-12-21drm/xe/bo: Gracefully handle errors from ttm_bo_move_accel_cleanup().Thomas Hellström
2023-12-21drm/xe/bo: Avoid creating a system resource when allocating a fresh VRAM boThomas Hellström
2023-12-21drm/xe/bo: Fix swapin when moving to VRAMThomas Hellström
2023-12-21drm/xe/bo: consider bo->flags in xe_bo_migrate()Matthew Auld
2023-12-21drm/xe/bo: handle PL_TT -> PL_TTMatthew Auld
2023-12-21drm/xe: VM LRU bulk moveMatthew Brost
2023-12-19drm/xe: Move migration from GT to tileMatt Roper
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: Move GGTT 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/bo: further limit where CCS pages are neededMatthew Auld
2023-12-19drm/xe: Support copying of data between system memory bosThomas Hellström
2023-12-19drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill
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: fix suspend-resume for dgfxMatthew Auld
2023-12-19drm/xe: Use proper vram offsetNiranjana Vishwanathapura
2023-12-19drm/xe/bo: refactor try_add_vramMatthew Auld
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: Stop accepting value in xe_migrate_clearBalasubramani Vivekanandan
2023-12-19drm/xe/buddy: remove the virtualized startMatthew Auld
2023-12-19drm/xe: add xe_ttm_stolen_cpu_access_needs_ggtt()Matthew Auld
2023-12-19drm/xe: s/lmem/vram/Matthew Auld
2023-12-19drm/xe/bo: explicitly reject zero sized BOMatthew Auld
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe/stolen: don't map stolen on small-barMatthew Auld
2023-12-19drm/xe/bo: reduce xe_bo_create_pin_map() restrictionsMatthew Auld
2023-12-19drm/xe: Map initial FB at the same place in GGTT tooMaarten Lankhorst
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost