diff options
| author | Matthew Brost <matthew.brost@intel.com> | 2025-10-31 16:40:50 -0700 |
|---|---|---|
| committer | Matthew Brost <matthew.brost@intel.com> | 2025-11-04 08:21:18 -0800 |
| commit | 1a2cf01e1c92f29fd22ae394c06860da1c339339 (patch) | |
| tree | c5d8560bb72d3e6ef19b7b62635a17eff9cea527 /drivers/gpu/drm/xe/xe_exec_queue.h | |
| parent | aa87b681bc728ae2fb2b725733bcb129079985f4 (diff) | |
| download | linux-next-1a2cf01e1c92f29fd22ae394c06860da1c339339.tar.gz linux-next-1a2cf01e1c92f29fd22ae394c06860da1c339339.zip | |
drm/xe: Remove last fence dependency check from binds and execs
Eliminate redundant last fence dependency checks in exec and bind jobs,
as they are now equivalent to xe_exec_queue_is_idle. Simplify the code
by removing this dead logic.
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patch.msgid.link/20251031234050.3043507-7-matthew.brost@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe/xe_exec_queue.h')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_exec_queue.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/xe/xe_exec_queue.h b/drivers/gpu/drm/xe/xe_exec_queue.h index 1ba7354b33d1..fda4d4f9bda8 100644 --- a/drivers/gpu/drm/xe/xe_exec_queue.h +++ b/drivers/gpu/drm/xe/xe_exec_queue.h @@ -88,8 +88,6 @@ struct dma_fence *xe_exec_queue_last_fence_get_for_resume(struct xe_exec_queue * struct xe_vm *vm); void xe_exec_queue_last_fence_set(struct xe_exec_queue *e, struct xe_vm *vm, struct dma_fence *fence); -int xe_exec_queue_last_fence_test_dep(struct xe_exec_queue *q, - struct xe_vm *vm); void xe_exec_queue_tlb_inval_last_fence_put(struct xe_exec_queue *q, struct xe_vm *vm, |
