]> git.hungrycats.org Git - linux/commit
drm/xe: drop unused xe_exec_queue_ops::active callback
authorTangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
Mon, 8 Jun 2026 16:27:45 +0000 (21:57 +0530)
committerShuicheng Lin <shuicheng.lin@intel.com>
Tue, 9 Jun 2026 18:20:43 +0000 (11:20 -0700)
commit2032641f7fbaee960af1d7a968f2ff767a4fb907
tree401ffde62de60aa99c3e1252baad7fceccd3f753
parentaa625e1e9f0710e424fe4f0e3f032807df81b5b0
drm/xe: drop unused xe_exec_queue_ops::active callback

send_tlb_inval_ctx_ppgtt() was the only caller of q->ops->active(q).
The per-VM exec_queue list is now walked unfiltered.

With no remaining callers, drop the .active op from
struct xe_exec_queue_ops along with the GuC and execlist
backend implementations (guc_exec_queue_active() and
execlist_exec_queue_active()).

Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patch.msgid.link/20260608162745.338725-3-tilak.tirumalesh.tangudu@intel.com
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
drivers/gpu/drm/xe/xe_exec_queue_types.h
drivers/gpu/drm/xe/xe_execlist.c
drivers/gpu/drm/xe/xe_guc_submit.c