blob: b2495b906aa555b52765ffd45403f9a9fd90c272 [file] [log] [blame]
Jani Nikulacc7387f2016-03-01 12:57:48 +02001==================
2intel_error_decode
3==================
4
5-------------------------------------------------------------------------------------
6Decode an Intel GPU dump automatically captured by the kernel at the time of an error
7-------------------------------------------------------------------------------------
8.. include:: defs.rst
Rhys Kiddcb2e65d2018-01-22 23:43:57 -05009:Author: IGT Developers <igt-dev@lists.freedesktop.org>
Jani Nikulacc7387f2016-03-01 12:57:48 +020010:Date: 2016-03-01
11:Version: |PACKAGE_STRING|
12:Copyright: 2010,2012,2016 Intel Corporation
13:Manual section: |MANUAL_SECTION|
14:Manual group: |MANUAL_GROUP|
15
16SYNOPSIS
17========
18
19**intel_error_decode** [*FILENAME*]
20
21DESCRIPTION
22===========
23
24**intel_error_decode** is a tool that decodes the instructions and state of the
25GPU at the time of an error. It requires kernel 2.6.34 or newer, and either
26debugfs mounted on /sys/kernel/debug or /debug containing a current
27i915_error_state or you can pass a file containing a saved error.
28
29ARGUMENTS
30=========
31
32FILENAME
33 Decodes a previously saved error.
34
35REPORTING BUGS
36==============
37
38Report bugs to https://bugs.freedesktop.org.