summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_sched_job.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula1-1/+1
2024-08-27drm/xe: Remove unrequired NULL check in xe_sched_job_free_fencesHimal Prasad Ghimiray1-2/+1
2024-08-21drm/xe: Free job before xe_exec_queue_putMatthew Brost1-1/+2
2024-06-14drm/xe/sched_job: Promote xe_sched_job_add_deps()Francois Dugast1-0/+6
2024-05-30drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura1-3/+3
2024-05-27drm/xe: Don't initialize fences at xe_sched_job_create()Thomas Hellström1-69/+92
2024-05-27drm/xe: Decouple job seqno and lrc seqnoMatthew Brost1-8/+8
2024-05-23drm/xe: Relax runtime pm protection during executionRodrigo Vivi1-7/+3
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi1-2/+3
2024-03-28drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström1-0/+10
2024-03-27drm/xe: Create a helper function to init job's user fenceNirmoy Das1-0/+18
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost1-1/+0
2024-01-30drm/xe: Add batch buffer addresses to devcoredumpJosé Roberto de Souza1-0/+38
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