]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Do not print timedout job message on killed exec queues
authorMatthew Brost <matthew.brost@intel.com>
Mon, 28 Apr 2025 17:55:05 +0000 (10:55 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Thu, 1 May 2025 16:43:05 +0000 (09:43 -0700)
commit3182f3634f291cd5209ac958f441778436294b3f
tree7a495c7955a9dc55e705a8759c60dedb46d49cc6
parent9c088a5c0d6f019bbc482d433ddddb18db6214f1
drm/xe: Do not print timedout job message on killed exec queues

If a user ctrl-c an app while something is running on the GPU, jobs are
expected to timeout. Do not spam dmesg with timedout job messages in
this case.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://lore.kernel.org/r/20250428175505.935694-1-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_guc_submit.c