summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25drm/xe: Remove unused xe_bo->props structNirmoy Das1-50/+9
2024-03-14Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-23/+100
2024-02-29drm/xe/xe_trace: Add move_lacks_source detail to xe_bo_move tracePriyanka Dandamudi1-1/+1
2024-02-29drm/xe/xe_bo_move: Enhance xe_bo_move tracePriyanka Dandamudi1-2/+9
2024-02-20drm/xe/guc: Allocate GuC data structures in system memory for initial loadMichał Winiarski1-0/+32
2024-02-20Merge drm/drm-next into drm-xe-nextLucas De Marchi1-18/+15
2024-02-20drm/xe/xe_bo_move: Enhance xe_bo_move tracePriyanka Dandamudi1-2/+9
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-18/+15
2024-01-19drm/xe: make xe_ttm_funcs constJani Nikula1-1/+1
2024-01-15drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Brian Welty1-6/+6
2024-01-15drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström1-2/+2
2024-01-12drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Brian Welty1-6/+6
2024-01-09drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström1-2/+2
2024-01-09drm/xe/dgfx: Release mmap mappings on rpm suspendBadal Nilawar1-4/+52
2023-12-21drm/xe/bo: Remove unusued variableLucas De Marchi1-4/+0
2023-12-21drm/xe/xe2: Handle flat ccs move for igfx.Himal Prasad Ghimiray1-11/+22
2023-12-21drm/xe/xe2: Allocate extra pages for ccs during bo createHimal Prasad Ghimiray1-9/+14
2023-12-21drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström1-43/+20
2023-12-21drm/xe/uapi: Fix various struct padding for 64b alignmentRodrigo Vivi1-1/+2
2023-12-21drm/xe/uapi: Reject bo creation of unaligned sizeMauro Carvalho Chehab1-9/+17
2023-12-21drm/xe/uapi: Separate bo_create placement from flagsRodrigo Vivi1-7/+7
2023-12-21drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski1-0/+36
2023-12-21drm/xe/uapi: Add support for CPU caching modePallavi Mishra1-24/+76
2023-12-21drm/xe/bo: Remove leftover trace_printk()Thomas Hellström1-1/+0
2023-12-21drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström1-2/+2
2023-12-21drm/xe: Ensure that we don't access the placements array out-of-boundsThomas Hellström1-17/+22
2023-12-21drm/xe/bo: don't hold dma-resv lock over drm_gem_handle_createMatthew Auld1-8/+12
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast1-7/+7
2023-12-21drm/xe/uapi: Kill VM_MADVISE IOCTLRodrigo Vivi1-1/+1
2023-12-21drm/xe/display: Implement display supportMaarten Lankhorst1-3/+3
2023-12-21drm/xe: Replace usage of mem_type_to_tileBrian Welty1-25/+38
2023-12-21drm/xe: Remove unused xe_bo_to_tileBrian Welty1-13/+0
2023-12-21drm/xe/bo: sync kernel fences for KMD buffersMatthew Auld1-0/+31
2023-12-21drm/xe: Align size to PAGE_SIZEPallavi Mishra1-0/+1
2023-12-21drm/xe: Add tracking support for bos per clientTejas Upadhyay1-0/+9
2023-12-21drm/xe: Reinstate pipelined fence enable_signalingThomas Hellström1-3/+2
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-30/+34
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström1-3/+2
2023-12-21drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström1-17/+26
2023-12-21drm/xe: Prevent return with locked vmPallavi Mishra1-11/+11
2023-12-21drm/xe: Make xe_mem_region structOak Zeng1-1/+1
2023-12-21drm/xe: skip rebind_list if vma destroyedMatthew Auld1-4/+6
2023-12-21drm/xe: Fix error paths of __xe_bo_create_lockedMaarten Lankhorst1-2/+6
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-26/+26
2023-12-21drm/xe: Set PTE_DM bit for stolen on MTLLucas De Marchi1-0/+15
2023-12-21drm/xe: Decouple vram check from xe_bo_addr()Lucas De Marchi1-10/+5
2023-12-21drm/xe/uapi: add the userspace bits for small-barMatthew Auld1-2/+11
2023-12-21drm/xe/bo: support tiered vram allocation for small-barMatthew Auld1-15/+33
2023-12-21drm/xe/mtl: Map PPGTT as CPU:WCMatt Roper1-4/+12
2023-12-21drm/xe: Reduce the number list links in xe_vmaMatthew Brost1-2/+4