aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_sched_job.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-04drm/xe: Use ring ops TLB invalidation for rebindsGravatar Thomas Hellström 1-0/+10
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Gravatar Matthew Brost 1-1/+0
2024-01-30drm/xe: Add batch buffer addresses to devcoredumpGravatar José Roberto de Souza 1-0/+38
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsGravatar Matthew Brost 1-0/+18
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingGravatar Thomas Hellström 1-1/+1
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroGravatar Francois Dugast 1-1/+1
2023-12-21drm/xe: standardize vm-less kernel submissionsGravatar Daniele Ceraolo Spurio 1-4/+2
2023-12-21drm/xe: fix submissions without vmGravatar Daniele Ceraolo Spurio 1-0/+3
2023-12-21drm/xe: Rename engine to exec_queueGravatar Francois Dugast 1-37/+37
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Gravatar Francois Dugast 1-1/+1
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelGravatar Francois Dugast 1-1/+1
2023-12-21drm/xe: Cleanup SPACING style issuesGravatar Francois Dugast 1-1/+1
2023-12-19drm/xe/sched_job: prefer dma_fence_is_laterGravatar Matthew Auld 1-2/+5
2023-12-12drm/xe: Take memory ref on kernel job creationGravatar Matthew Brost 1-1/+13
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsGravatar Matthew Brost 1-0/+246