]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Reduce LRC timestamp stuck message on VFs to notice
authorMatthew Brost <matthew.brost@intel.com>
Wed, 14 Jan 2026 18:49:05 +0000 (10:49 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Thu, 15 Jan 2026 17:36:08 +0000 (09:36 -0800)
commite89aacd1ecdd3d13e8f347aa082687878621e03c
treed7b01eaa8ef9d8afac8e36a9722c468ec6cce929
parent83675851547e835c15252c601f41acf269c351d9
drm/xe: Reduce LRC timestamp stuck message on VFs to notice

An LRC timestamp getting stuck is a somewhat normal occurrence. If a
single VF submits a job that does not get timesliced, the LRC timestamp
will not increment. Reduce the LRC timestamp stuck message on VFs to
notice (same log level as job timeout) to avoid false CI bugs in tests
where a VF submits a job that does not get timesliced.

Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/7032
Fixes: bb63e7257e63 ("drm/xe: Avoid toggling schedule state to check LRC timestamp in TDR")
Suggested-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Stuart Summers <stuart.summers@intel.com>
Link: https://patch.msgid.link/20260114184905.4189026-1-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_guc_submit.c