]> git.hungrycats.org Git - linux/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)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 17 Jun 2026 10:14:19 +0000 (06:14 -0400)
commit173202a5a3a9e6590194ce0f5880d1529a71ade7
tree164ec81ba7c623816b1470a6313c9ea07fa3306f
parentb9297d19d9df5d4b6c994648570c5dcd1cac68ff
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: b7fb55cc3364 ("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>
drivers/gpu/drm/xe/xe_guc_submit.c