Files
linux/drivers
Lu Yao 173202a5a3 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: b7fb55cc33 ("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>
2026-06-17 06:14:19 -04:00
..