summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.c
AgeCommit message (Expand)Author
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-01-15drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Brian Welty
2024-01-15drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström
2023-12-21drm/xe/bo: Remove unusued variableLucas De Marchi
2023-12-21drm/xe/xe2: Handle flat ccs move for igfx.Himal Prasad Ghimiray
2023-12-21drm/xe/xe2: Allocate extra pages for ccs during bo createHimal Prasad Ghimiray
2023-12-21drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström
2023-12-21drm/xe/uapi: Fix various struct padding for 64b alignmentRodrigo Vivi
2023-12-21drm/xe/uapi: Reject bo creation of unaligned sizeMauro Carvalho Chehab
2023-12-21drm/xe/uapi: Separate bo_create placement from flagsRodrigo Vivi
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: Remove leftover trace_printk()Thomas Hellström
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström
2023-12-21drm/xe: Ensure that we don't access the placements array out-of-boundsThomas Hellström
2023-12-21drm/xe/bo: don't hold dma-resv lock over drm_gem_handle_createMatthew Auld
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast
2023-12-21drm/xe/uapi: Kill VM_MADVISE IOCTLRodrigo Vivi
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst
2023-12-21drm/xe: Replace usage of mem_type_to_tileBrian Welty
2023-12-21drm/xe: Remove unused xe_bo_to_tileBrian Welty
2023-12-21drm/xe/bo: sync kernel fences for KMD buffersMatthew Auld
2023-12-21drm/xe: Align size to PAGE_SIZEPallavi Mishra
2023-12-21drm/xe: Add tracking support for bos per clientTejas Upadhyay
2023-12-21drm/xe: Reinstate pipelined fence enable_signalingThomas Hellström
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström
2023-12-21drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström
2023-12-21drm/xe: Prevent return with locked vmPallavi Mishra
2023-12-21drm/xe: Make xe_mem_region structOak Zeng
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