summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_bb.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Extract MI_* instructions to their own headerMatt Roper2023-12-211-0/+1
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-4/+4
* drm/xe: standardize vm-less kernel submissionsDaniele Ceraolo Spurio2023-12-211-10/+0
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-13/+13
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-4/+4
* drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper2023-12-191-1/+2
* drm/xe: Add backpointer from gt to tileMatt Roper2023-12-191-1/+1
* drm/xe: Let primary and media GT share a kernel_bb_poolMatt Roper2023-12-191-1/+1
* drm/xe: Adjust batchbuffer space warning when creating a jobMatt Roper2023-12-191-2/+2
* drm/xe: Include hardware prefetch buffer in batchbuffer allocationsMatt Roper2023-12-191-2/+23
* drm/xe: Remove dependency on intel_gpu_commands.hLucas De Marchi2023-12-191-2/+1
* drm/xe: Sort includesLucas De Marchi2023-12-191-1/+2
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+97