]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Remove redundant exec_queue_suspended() check in submit_exec_queue()
authorLu Yao <yaolu@kylinos.cn>
Wed, 17 Jun 2026 01:25:16 +0000 (09:25 +0800)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 1 Jul 2026 16:01:16 +0000 (18:01 +0200)
commit334c1ce4253d55082be684178a0a5de66ee4199f
treed4495c6812f2614c896db6e58a3fc31ef28a0fca
parent3feeb667197bd58a17f4edfdbcad249ffcb3c864
drm/xe: Remove redundant exec_queue_suspended() check in submit_exec_queue()

There already has a check for exec_queue_suspended(q) that returns early
if suspended.

Fixes: 65280af331aa ("drm/xe/multi_queue: skip submit when primary queue is suspended")
Signed-off-by: Lu Yao <yaolu@kylinos.cn>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patch.msgid.link/20260617012516.19930-1-yaolu@kylinos.cn
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
(cherry picked from commit 173202a5a3a9e6590194ce0f5880d1529a71ade7)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_guc_submit.c