summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_bo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi2024-04-221-4/+4
* drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime callsRodrigo Vivi2024-04-181-2/+3
* drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfxAkshata Jahagirdar2024-04-091-0/+3
* drm/xe: Normalize bo flags macrosLucas De Marchi2024-04-021-53/+53
* drm/xe: Stop passing user flag to xe_bo_create_user()Lucas De Marchi2024-04-021-1/+1
* drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost2024-03-201-3/+5
* drm/xe: Allow VRAM BO allocations aligned to 64KMichal Wajdeczko2024-03-151-1/+2
* drm/xe: Remove unused xe_bo->props structNirmoy Das2024-03-131-50/+9
* drm/xe: Pipeline evict / restore of pinned BOs during suspend / resumeMatthew Brost2024-03-051-8/+0
* drm/xe/xe_trace: Add move_lacks_source detail to xe_bo_move tracePriyanka Dandamudi2024-02-291-1/+1
* drm/xe/guc: Allocate GuC data structures in system memory for initial loadMichał Winiarski2024-02-201-0/+32
* Merge drm/drm-next into drm-xe-nextLucas De Marchi2024-02-201-18/+15
|\
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-02-071-18/+15
| * drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Brian Welty2024-01-151-6/+6
| * drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström2024-01-151-2/+2
* | drm/xe/xe_bo_move: Enhance xe_bo_move tracePriyanka Dandamudi2024-02-201-2/+9
* | drm/xe: make xe_ttm_funcs constJani Nikula2024-01-191-1/+1
* | drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Brian Welty2024-01-121-6/+6
* | drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström2024-01-091-2/+2
* | drm/xe/dgfx: Release mmap mappings on rpm suspendBadal Nilawar2024-01-081-4/+52
|/
* drm/xe/bo: Remove unusued variableLucas De Marchi2023-12-211-4/+0
* drm/xe/xe2: Handle flat ccs move for igfx.Himal Prasad Ghimiray2023-12-211-11/+22
* drm/xe/xe2: Allocate extra pages for ccs during bo createHimal Prasad Ghimiray2023-12-211-9/+14
* drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström2023-12-211-43/+20
* drm/xe/uapi: Fix various struct padding for 64b alignmentRodrigo Vivi2023-12-211-1/+2
* drm/xe/uapi: Reject bo creation of unaligned sizeMauro Carvalho Chehab2023-12-211-9/+17
* drm/xe/uapi: Separate bo_create placement from flagsRodrigo Vivi2023-12-211-7/+7
* drm/xe: Add a helper for DRM device-lifetime BO createMichał Winiarski2023-12-211-0/+36
* drm/xe/uapi: Add support for CPU caching modePallavi Mishra2023-12-211-24/+76
* drm/xe/bo: Remove leftover trace_printk()Thomas Hellström2023-12-211-1/+0
* drm/xe/bo: Rename xe_bo_get_sg() to xe_bo_sg()Thomas Hellström2023-12-211-2/+2
* drm/xe: Ensure that we don't access the placements array out-of-boundsThomas Hellström2023-12-211-17/+22
* drm/xe/bo: don't hold dma-resv lock over drm_gem_handle_createMatthew Auld2023-12-211-8/+12
* drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast2023-12-211-7/+7
* drm/xe/uapi: Kill VM_MADVISE IOCTLRodrigo Vivi2023-12-211-1/+1
* drm/xe/display: Implement display supportMaarten Lankhorst2023-12-211-3/+3
* drm/xe: Replace usage of mem_type_to_tileBrian Welty2023-12-211-25/+38
* drm/xe: Remove unused xe_bo_to_tileBrian Welty2023-12-211-13/+0
* drm/xe/bo: sync kernel fences for KMD buffersMatthew Auld2023-12-211-0/+31
* drm/xe: Align size to PAGE_SIZEPallavi Mishra2023-12-211-0/+1
* drm/xe: Add tracking support for bos per clientTejas Upadhyay2023-12-211-0/+9
* drm/xe: Reinstate pipelined fence enable_signalingThomas Hellström2023-12-211-3/+2
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-30/+34
* drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström2023-12-211-3/+2
* drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström2023-12-211-17/+26
* drm/xe: Prevent return with locked vmPallavi Mishra2023-12-211-11/+11
* drm/xe: Make xe_mem_region structOak Zeng2023-12-211-1/+1
* drm/xe: skip rebind_list if vma destroyedMatthew Auld2023-12-211-4/+6
* drm/xe: Fix error paths of __xe_bo_create_lockedMaarten Lankhorst2023-12-211-2/+6
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-26/+26