]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Generate a hang error code
authorBen Widawsky <benjamin.widawsky@intel.com>
Tue, 4 Feb 2014 12:18:55 +0000 (12:18 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Feb 2014 16:17:10 +0000 (17:17 +0100)
commit011cf577b2531dfbd2254bd9ec147ad71471abaf
tree0ec93e2cd7eb2e95e5bb8e3c1e6c4d86beca95a4
parent579a9b0e72e954d6bebcd193460ffb2ebac8e4fe
drm/i915: Generate a hang error code

We get a large number of bugs which have a, "hey I have that too"
because they see a GPU hang in dmesg. While two machines of the same
model having a GPU hang is indeed a coincidence, it is far from enough
evidence to suggest they are the same.

In order to reduce this effect, and hopefully get people to file new bug
reports, clearly the error message itself has been insufficient (see ref
at the bottom for a new bug report with this characteristic).

The algorithm is purposely pretty naive. I don't think we need much in
order to avoid the problem I am trying to solve, and keeping it naive
gives us some ability to make a decent test case.

Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
References: https://bugs.freedesktop.org/show_bug.cgi?id=73276
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gpu_error.c