index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_exec_queue.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-17
drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lr
Francois Dugast
1
-3
/
+3
2024-06-07
drm/xe: Drop EXEC_QUEUE_FLAG_BANNED
Matthew Brost
1
-1
/
+1
2024-05-29
drm/xe: Decouple xe_exec_queue and xe_lrc
Niranjana Vishwanathapura
1
-12
/
+14
2024-05-27
drm/xe: Do not access xe file when updating exec queue run_ticks
Umesh Nerlige Ramappa
1
-4
/
+1
2024-05-27
drm/xe: Use run_ticks instead of runtime for client stats
Umesh Nerlige Ramappa
1
-6
/
+6
2024-05-27
drm/xe: Don't initialize fences at xe_sched_job_create()
Thomas Hellström
1
-5
/
+0
2024-05-27
drm/xe: Decouple job seqno and lrc seqno
Matthew Brost
1
-1
/
+1
2024-05-23
drm/xe: Relax runtime pm protection during execution
Rodrigo Vivi
1
-14
/
+0
2024-05-21
drm/xe: Add helper to accumulate exec queue runtime
Umesh Nerlige Ramappa
1
-0
/
+37
2024-04-22
drm/xe: Kill xe_device_mem_access_{get*,put}
Rodrigo Vivi
1
-2
/
+2
2024-04-18
drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
Rodrigo Vivi
1
-2
/
+2
2024-04-04
drm/xe: prefer snprintf over sprintf
Bommu Krishnaiah
1
-6
/
+6
2024-03-19
drm/xe: Use correct function pointer type
Niranjana Vishwanathapura
1
-1
/
+1
2024-03-19
drm/xe: Streamline exec queue freeing path
Niranjana Vishwanathapura
1
-11
/
+11
2024-03-19
drm/xe/queue: fix engine_class bounds check
Matthew Auld
1
-1
/
+1
2024-03-06
drm/xe: Remove unused 'create' parameter from queue property logic
Nirmoy Das
1
-19
/
+11
2024-02-23
drm/xe/uapi: Remove unused flags
Francois Dugast
1
-91
/
+3
2024-02-22
drm/xe: Prefer struct_size over open coded arithmetic
Erick Archer
1
-1
/
+1
2024-02-19
drm/xe/uapi: Remove support for persistent exec_queues
Thomas Hellström
1
-30
/
+6
2024-02-14
drm/xe: Remove exec queue bind.fence_*
Matthew Brost
1
-4
/
+0
2024-02-02
drm/xe: Take a reference in xe_exec_queue_last_fence_get()
Matthew Brost
1
-2
/
+6
2024-01-10
drm/xe: Finish refactoring of exec_queue_create
Brian Welty
1
-23
/
+51
2024-01-10
drm/xe: Add exec_queue.sched_props.job_timeout_ms
Brian Welty
1
-0
/
+2
2024-01-10
drm/xe: Refactor __xe_exec_queue_create()
Brian Welty
1
-19
/
+39
2024-01-09
drm/xe: Fix modifying exec_queue priority in xe_migrate_init
Brian Welty
1
-0
/
+5
2023-12-21
drm/xe/uapi: Remove sync binds
Matthew Brost
1
-6
/
+1
2023-12-21
drm/xe/uapi: Ensure every uapi struct has drm_xe prefix
Rodrigo Vivi
1
-1
/
+1
2023-12-21
drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLs
Matthew Brost
1
-1
/
+4
2023-12-21
drm/xe: Rename info.supports_* to info.has_*
Lucas De Marchi
1
-3
/
+3
2023-12-21
drm/xe/uapi: Kill exec_queue_set_property
Rodrigo Vivi
1
-38
/
+0
2023-12-21
drm/xe: fix mem_access for early lrc generation
Matthew Auld
1
-7
/
+7
2023-12-21
drm/xe: Internally change the compute_mode and no_dma_fence mode naming
Thomas Hellström
1
-4
/
+4
2023-12-21
drm/xe/uapi: Add missing DRM_ prefix in uAPI constants
Francois Dugast
1
-11
/
+11
2023-12-21
drm/xe/xe_exec_queue: Add check for access counter granularity
Priyanka Dandamudi
1
-0
/
+3
2023-12-21
drm/xe: Fix VM bind out-sync signaling ordering
Matthew Brost
1
-0
/
+75
2023-12-21
drm/xe: Remove async worker and rework sync binds
Matthew Brost
1
-1
/
+6
2023-12-21
drm/xe/uapi: Use common drm_xe_ext_set_property extension
Ashutosh Dixit
1
-1
/
+1
2023-12-21
drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPI
Matthew Brost
1
-7
/
+0
2023-12-21
drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queue
Matthew Brost
1
-18
/
+2
2023-12-21
drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementation
Matthew Brost
1
-43
/
+14
2023-12-21
drm/xe: Fix xe_exec_queue_is_idle for parallel exec queues
Matthew Brost
1
-2
/
+11
2023-12-21
drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()
Daniele Ceraolo Spurio
1
-1
/
+1
2023-12-21
drm/xe/vm: Simplify and document xe_vm_lock()
Thomas Hellström
1
-3
/
+2
2023-12-21
drm/xe: standardize vm-less kernel submissions
Daniele Ceraolo Spurio
1
-2
/
+2
2023-12-21
drm/xe: split kernel vs permanent engine flags
Daniele Ceraolo Spurio
1
-0
/
+3
2023-12-21
drm/xe: base definitions for the GSCCS
Daniele Ceraolo Spurio
1
-0
/
+3
2023-12-21
drm/xe: common function to assign queue name
Daniele Ceraolo Spurio
1
-0
/
+23
2023-12-21
drm/xe: Add min/max cap for engine scheduler properties
Tejas Upadhyay
1
-6
/
+84
2023-12-21
drm/xe: Add sysfs for default engine scheduler properties
Tejas Upadhyay
1
-3
/
+3
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
1
-263
/
+263
[next]