summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_sched_job.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi2024-04-221-2/+3
* drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström2024-03-281-0/+10
* drm/xe: Create a helper function to init job's user fenceNirmoy Das2024-03-261-0/+18
* drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost2024-02-021-1/+0
* drm/xe: Add batch buffer addresses to devcoredumpJosé Roberto de Souza2024-01-301-0/+38
* drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost2023-12-211-0/+18
* drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström2023-12-211-1/+1
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-1/+1
* drm/xe: standardize vm-less kernel submissionsDaniele Ceraolo Spurio2023-12-211-4/+2
* drm/xe: fix submissions without vmDaniele Ceraolo Spurio2023-12-211-0/+3
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-37/+37
* drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast2023-12-211-1/+1
* drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast2023-12-211-1/+1
* drm/xe: Cleanup SPACING style issuesFrancois Dugast2023-12-211-1/+1
* drm/xe/sched_job: prefer dma_fence_is_laterMatthew Auld2023-12-191-2/+5
* drm/xe: Take memory ref on kernel job creationMatthew Brost2023-12-121-1/+13
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+246