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