aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25drm/xe/queue: fix engine_class bounds checkGravatar Matthew Auld 1-1/+1
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 1-42/+81
2024-02-29drm/xe/uapi: Remove unused flagsGravatar Francois Dugast 1-85/+3
2024-02-22drm/xe: Prefer struct_size over open coded arithmeticGravatar Erick Archer 1-1/+1
2024-02-21drm/xe/uapi: Remove support for persistent exec_queuesGravatar Thomas Hellström 1-28/+5
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesGravatar Thomas Hellström 1-30/+6
2024-02-14drm/xe: Remove exec queue bind.fence_*Gravatar Matthew Brost 1-4/+0
2024-02-08drm/xe: Take a reference in xe_exec_queue_last_fence_get()Gravatar Matthew Brost 1-2/+6
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Gravatar Matthew Brost 1-2/+6
2024-01-15drm/xe: Fix modifying exec_queue priority in xe_migrate_initGravatar Brian Welty 1-0/+5
2024-01-10drm/xe: Finish refactoring of exec_queue_createGravatar Brian Welty 1-23/+51
2024-01-10drm/xe: Add exec_queue.sched_props.job_timeout_msGravatar Brian Welty 1-0/+2
2024-01-10drm/xe: Refactor __xe_exec_queue_create()Gravatar Brian Welty 1-19/+39
2024-01-09drm/xe: Fix modifying exec_queue priority in xe_migrate_initGravatar Brian Welty 1-0/+5
2023-12-21drm/xe/uapi: Remove sync bindsGravatar Matthew Brost 1-6/+1
2023-12-21drm/xe/uapi: Ensure every uapi struct has drm_xe prefixGravatar Rodrigo Vivi 1-1/+1
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsGravatar Matthew Brost 1-1/+4
2023-12-21drm/xe: Rename info.supports_* to info.has_*Gravatar Lucas De Marchi 1-3/+3
2023-12-21drm/xe/uapi: Kill exec_queue_set_propertyGravatar Rodrigo Vivi 1-38/+0
2023-12-21drm/xe: fix mem_access for early lrc generationGravatar Matthew Auld 1-7/+7
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingGravatar Thomas Hellström 1-4/+4
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsGravatar Francois Dugast 1-11/+11
2023-12-21drm/xe/xe_exec_queue: Add check for access counter granularityGravatar Priyanka Dandamudi 1-0/+3
2023-12-21drm/xe: Fix VM bind out-sync signaling orderingGravatar Matthew Brost 1-0/+75
2023-12-21drm/xe: Remove async worker and rework sync bindsGravatar Matthew Brost 1-1/+6
2023-12-21drm/xe/uapi: Use common drm_xe_ext_set_property extensionGravatar Ashutosh Dixit 1-1/+1
2023-12-21drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPIGravatar Matthew Brost 1-7/+0
2023-12-21drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queueGravatar Matthew Brost 1-18/+2
2023-12-21drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementationGravatar Matthew Brost 1-43/+14
2023-12-21drm/xe: Fix xe_exec_queue_is_idle for parallel exec queuesGravatar Matthew Brost 1-2/+11
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Gravatar Daniele Ceraolo Spurio 1-1/+1
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Gravatar Thomas Hellström 1-3/+2
2023-12-21drm/xe: standardize vm-less kernel submissionsGravatar Daniele Ceraolo Spurio 1-2/+2
2023-12-21drm/xe: split kernel vs permanent engine flagsGravatar Daniele Ceraolo Spurio 1-0/+3
2023-12-21drm/xe: base definitions for the GSCCSGravatar Daniele Ceraolo Spurio 1-0/+3
2023-12-21drm/xe: common function to assign queue nameGravatar Daniele Ceraolo Spurio 1-0/+23
2023-12-21drm/xe: Add min/max cap for engine scheduler propertiesGravatar Tejas Upadhyay 1-6/+84
2023-12-21drm/xe: Add sysfs for default engine scheduler propertiesGravatar Tejas Upadhyay 1-3/+3
2023-12-21drm/xe: Rename engine to exec_queueGravatar Francois Dugast 1-263/+263
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Gravatar Francois Dugast 1-0/+850