summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_sched_job.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost1-0/+18
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström1-1/+1
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-1/+1
2023-12-21drm/xe: standardize vm-less kernel submissionsDaniele Ceraolo Spurio1-4/+2
2023-12-21drm/xe: fix submissions without vmDaniele Ceraolo Spurio1-0/+3
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-37/+37
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast1-1/+1
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-1/+1
2023-12-21drm/xe: Cleanup SPACING style issuesFrancois Dugast1-1/+1
2023-12-20drm/xe/sched_job: prefer dma_fence_is_laterMatthew Auld1-2/+5
2023-12-12drm/xe: Take memory ref on kernel job creationMatthew Brost1-1/+13
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+246