summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
AgeCommit message (Expand)Author
2024-08-15drm/xe: Fix use after free when client stats are capturedUmesh Nerlige Ramappa
2024-06-17drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lrFrancois Dugast
2024-06-07drm/xe: Drop EXEC_QUEUE_FLAG_BANNEDMatthew Brost
2024-05-29drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura
2024-05-27drm/xe: Do not access xe file when updating exec queue run_ticksUmesh Nerlige Ramappa
2024-05-27drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa
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-05-21drm/xe: Add helper to accumulate exec queue runtimeUmesh Nerlige Ramappa
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi
2024-04-18drm/xe: Introduce xe_pm_runtime_get_noresume for inner callersRodrigo Vivi
2024-04-04drm/xe: prefer snprintf over sprintfBommu Krishnaiah
2024-03-19drm/xe: Use correct function pointer typeNiranjana Vishwanathapura
2024-03-19drm/xe: Streamline exec queue freeing pathNiranjana Vishwanathapura
2024-03-19drm/xe/queue: fix engine_class bounds checkMatthew Auld
2024-03-06drm/xe: Remove unused 'create' parameter from queue property logicNirmoy Das
2024-02-23drm/xe/uapi: Remove unused flagsFrancois Dugast
2024-02-22drm/xe: Prefer struct_size over open coded arithmeticErick Archer
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström
2024-02-14drm/xe: Remove exec queue bind.fence_*Matthew Brost
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost
2024-01-10drm/xe: Finish refactoring of exec_queue_createBrian Welty
2024-01-10drm/xe: Add exec_queue.sched_props.job_timeout_msBrian Welty
2024-01-10drm/xe: Refactor __xe_exec_queue_create()Brian Welty
2024-01-09drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty
2023-12-21drm/xe/uapi: Remove sync bindsMatthew Brost
2023-12-21drm/xe/uapi: Ensure every uapi struct has drm_xe prefixRodrigo Vivi
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi
2023-12-21drm/xe/uapi: Kill exec_queue_set_propertyRodrigo Vivi
2023-12-21drm/xe: fix mem_access for early lrc generationMatthew Auld
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast
2023-12-21drm/xe/xe_exec_queue: Add check for access counter granularityPriyanka Dandamudi
2023-12-21drm/xe: Fix VM bind out-sync signaling orderingMatthew Brost
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost
2023-12-21drm/xe/uapi: Use common drm_xe_ext_set_property extensionAshutosh Dixit
2023-12-21drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPIMatthew Brost
2023-12-21drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queueMatthew Brost
2023-12-21drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementationMatthew Brost
2023-12-21drm/xe: Fix xe_exec_queue_is_idle for parallel exec queuesMatthew Brost
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström
2023-12-21drm/xe: standardize vm-less kernel submissionsDaniele Ceraolo Spurio
2023-12-21drm/xe: split kernel vs permanent engine flagsDaniele Ceraolo Spurio
2023-12-21drm/xe: base definitions for the GSCCSDaniele Ceraolo Spurio
2023-12-21drm/xe: common function to assign queue nameDaniele Ceraolo Spurio
2023-12-21drm/xe: Add min/max cap for engine scheduler propertiesTejas Upadhyay
2023-12-21drm/xe: Add sysfs for default engine scheduler propertiesTejas Upadhyay