summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_bo_evict.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-2/+2
* drm/xe/bo: Simplify xe_bo_lock()Thomas Hellström2023-12-211-11/+8
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-2/+2
* drm/xe: Move migration from GT to tileMatt Roper2023-12-191-7/+7
* drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper2023-12-191-1/+1
* drm/xe: Move GGTT from GT to tileMatt Roper2023-12-191-3/+5
* drm/xe: fix suspend-resume for dgfxMatthew Auld2023-12-191-4/+4
* drm/xe: Sort includesLucas De Marchi2023-12-191-1/+2
* drm/xe: Lock GGTT on when restoring kernel BOsMatthew Brost2023-12-191-1/+4
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+225