summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_bo.c
AgeCommit message (Expand)Author
2024-10-18Merge tag 'drm-xe-next-2024-10-17' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-10-14drm/xe: add interface to request physical alignment for buffer objectsJuha-Pekka Heikkila
2024-10-11Merge tag 'drm-xe-next-2024-10-10' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-10-11Merge tag 'drm-misc-next-2024-10-09' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström
2024-10-03drm/xe: Prevent null pointer access in xe_migrate_copyZhanjun Dong
2024-10-01drm/xe: Prevent null pointer access in xe_migrate_copyZhanjun Dong
2024-09-17drm/xe/bo: add some annotations in bo_put()Matthew Auld
2024-09-12drm/xe/bo: add some annotations in bo_put()Matthew Auld
2024-09-11Merge drm/drm-next into drm-xe-nextLucas De Marchi
2024-09-11drm/xe: Add a xe_bo subtest for shrinking / swappingThomas Hellström
2024-09-10Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-09-06drm/xe: use IS_ENABLED() instead of defined() on config optionsJani Nikula
2024-09-04drm/xe: Use xe_pm_runtime_get in xe_bo_move() if reclaim-safe.Thomas Hellström
2024-08-30Merge tag 'drm-intel-next-2024-08-29' of https://gitlab.freedesktop.org/drm/i...Dave Airlie
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula
2024-08-28Revert "drm/xe/lnl: Offload system clear page activity to GPU"Nirmoy Das
2024-08-27drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed.Maarten Lankhorst
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter
2024-08-22drm/xe: Make xe_ggtt_node struct independentRodrigo Vivi
2024-08-22drm/xe: Encapsulate drm_mm_node inside xe_ggtt_nodeRodrigo Vivi
2024-08-19drm/xe: use devm instead of drmm for managed boDaniele Ceraolo Spurio
2024-08-19drm/xe/lnl: Offload system clear page activity to GPUNirmoy Das
2024-08-19drm/xe: Remove redundant param from xe_bo_create_userNirmoy Das
2024-08-15drm/xe: use devm instead of drmm for managed boDaniele Ceraolo Spurio
2024-08-13drm/xe/migrate: Parameterize ccs and bo data clear in xe_migrate_clear()Nirmoy Das
2024-07-22drm/xe: Add NEEDS_2M BO flagMichal Wajdeczko
2024-07-22drm/xe: Normalize NEEDS_64K BO flagMichal Wajdeczko
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-07-11drm/xe: Use write-back caching mode for system memory on DGFXThomas Hellström
2024-07-06drm/xe: Use write-back caching mode for system memory on DGFXThomas Hellström
2024-06-19drm/xe: Use ttm_uncached for BO with NEEDS_UC flagMichal Wajdeczko
2024-06-12drm/xe/trace: Extract bo, vm, vma tracesRadhakrishna Sripada
2024-05-29drm/xe: Check empty pinned BO list with lock held.Nirmoy Das
2024-05-06drm/xe: Add function to check if BO has single placementNirmoy Das
2024-05-03drm/xe: Perform dma_map when moving system buffer objects to TTThomas 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