]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Add a sunset clause to GPU hang logging
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 14 Oct 2016 13:44:28 +0000 (14:44 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 20 Oct 2016 13:07:22 +0000 (14:07 +0100)
commiteafc4894d0a6a773970b40dd092dbc0771ed39b5
treec66421fc8910fc0ba438c0f4c3b912992f770117
parenteaa14c24864ecfc60fb591f3b20747af7c67d446
drm/i915: Add a sunset clause to GPU hang logging

If the kernel is old, more than a few releases old, chances are that the
user is using an old kernel for a good reason, despite there being GPU
hangs. After 180days since driver release stop suggesting that they
should send those reports upstream.

[Since Daniel acked this I expect he will pick up the dim patch to
automatically update the DRIVER_TIMESTAMP everytime we tag a new
release.]

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161014134428.29582-1-chris@chris-wilson.co.uk
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gpu_error.c