summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.c
AgeCommit message (Expand)Author
2024-07-11drm/xe: Use write-back caching mode for system memory on DGFXThomas Hellström
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi
2024-04-18drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime callsRodrigo Vivi
2024-04-09drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfxAkshata Jahagirdar
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi
2024-04-02drm/xe: Stop passing user flag to xe_bo_create_user()Lucas De Marchi
2024-03-20drm/xe: Add XE_BO_GGTT_INVALIDATE flagMatthew Brost
2024-03-15drm/xe: Allow VRAM BO allocations aligned to 64KMichal Wajdeczko
2024-03-13drm/xe: Remove unused xe_bo->props structNirmoy Das
2024-03-05drm/xe: Pipeline evict / restore of pinned BOs during suspend / resumeMatthew Brost
2024-02-29drm/xe/xe_trace: Add move_lacks_source detail to xe_bo_move tracePriyanka Dandamudi
2024-02-20drm/xe/guc: Allocate GuC data structures in system memory for initial loadMichał Winiarski
2024-02-20Merge drm/drm-next into drm-xe-nextLucas De Marchi
2024-02-20drm/xe/xe_bo_move: Enhance xe_bo_move tracePriyanka Dandamudi
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-01-19drm/xe: make xe_ttm_funcs constJani Nikula
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
2024-01-12drm/xe: Fix bounds checking in __xe_bo_placement_for_flags()Brian Welty
2024-01-09drm/xe: Annotate xe_mem_region::mapping with __iomemThomas Hellström
2024-01-08drm/xe/dgfx: Release mmap mappings on rpm suspendBadal Nilawar
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