All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Include the DRIVER_DATE in the error state
@ 2019-08-07 11:38 Chris Wilson
  2019-08-07 13:16 ` ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chris Wilson @ 2019-08-07 11:38 UTC (permalink / raw)
  To: intel-gfx

For forklifted frankenkernels, the reported kernel version has no
bearing on the actual driver version. Include our own driver date that
is updated every time we tag drm-intel-next.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/i915/i915_gpu_error.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915/i915_gpu_error.c
index 9eee99bdc514..78f431d527ce 100644
--- a/drivers/gpu/drm/i915/i915_gpu_error.c
+++ b/drivers/gpu/drm/i915/i915_gpu_error.c
@@ -687,6 +687,7 @@ static void __err_print_to_sgl(struct drm_i915_error_state_buf *m,
 		   init_utsname()->release,
 		   init_utsname()->machine);
 	ts = ktime_to_timespec64(error->time);
+	err_printf(m, "Driver: %s\n", DRIVER_DATE);
 	err_printf(m, "Time: %lld s %ld us\n",
 		   (s64)ts.tv_sec, ts.tv_nsec / NSEC_PER_USEC);
 	ts = ktime_to_timespec64(error->boottime);
-- 
2.23.0.rc1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-07 20:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-07 11:38 [PATCH] drm/i915: Include the DRIVER_DATE in the error state Chris Wilson
2019-08-07 13:16 ` ✓ Fi.CI.BAT: success for " Patchwork
2019-08-07 13:25 ` [PATCH] " Mika Kuoppala
2019-08-07 20:13 ` ✓ Fi.CI.IGT: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.