]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs
authorJani Nikula <jani.nikula@intel.com>
Tue, 29 Apr 2025 11:50:55 +0000 (14:50 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 2 May 2025 09:33:38 +0000 (12:33 +0300)
commit5530c1e48ab10251055e79023b3e1a84b6f375de
treee4a503d52a1694fa55ab2e8ebb41ff2121e0def9
parent90dc457ad2956ce97dfb30168d52d084881aa6c3
drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs

We haven't updated the DRIVER_TIMESTAMP since commit 3570bd989acc
("drm/i915: Update DRIVER_DATE to 20230929") 1½ years ago. Before then,
the previous update was commit 139caf7ca286 ("drm/i915: Update
DRIVER_DATE to 20201103") 4+ years ago. The DRIVER_DATE has also been
removed altogether.

We've used the DRIVER_TIMESTAMP to log suggestions to file bugs on GPU
hangs when they happen on a driver less than six months old. Combined
with the sporadic DRIVER_TIMESTAMP updates, we really haven't logged the
suggestions for years.

Just stop logging the suggestion to file bugs altogether, and remove
DRIVER_TIMESTAMP. This doesn't really change anything wrt to logging GPU
errors or how we handle bugs. And effectively we already stopped logging
the message a year ago when we stopped updating DRIVER_TIMESTAMP.

Instead, add an unconditional message about the GPU error state
location.

Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Tvrtko Ursulin <tursulin@ursulin.net>
Acked-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Link: https://lore.kernel.org/r/20250429115055.2133143-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_driver.h
drivers/gpu/drm/i915/i915_gpu_error.c