summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_sched_job.c
AgeCommit message (Expand)Author
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula
2024-08-27drm/xe: Remove unrequired NULL check in xe_sched_job_free_fencesHimal Prasad Ghimiray
2024-08-21drm/xe: Free job before xe_exec_queue_putMatthew Brost
2024-06-14drm/xe/sched_job: Promote xe_sched_job_add_deps()Francois Dugast
2024-05-29drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura
2024-05-27drm/xe: Don't initialize fences at xe_sched_job_create()Thomas Hellström
2024-05-27drm/xe: Decouple job seqno and lrc seqnoMatthew Brost
2024-05-23drm/xe: Relax runtime pm protection during executionRodrigo Vivi
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi
2024-03-28drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström
2024-03-26drm/xe: Create a helper function to init job's user fenceNirmoy Das
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost
2024-01-30drm/xe: Add batch buffer addresses to devcoredumpJosé Roberto de Souza
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe: standardize vm-less kernel submissionsDaniele Ceraolo Spurio
2023-12-21drm/xe: fix submissions without vmDaniele Ceraolo Spurio
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Cleanup SPACING style issuesFrancois Dugast
2023-12-19drm/xe/sched_job: prefer dma_fence_is_laterMatthew Auld
2023-12-12drm/xe: Take memory ref on kernel job creationMatthew Brost
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost