LinuxCommandLibrary

intel_error_decode

decodes Intel GPU error states from kernel logs

TLDR

Decode GPU error from dmesg

$ dmesg | intel_error_decode
copy
Decode error file
$ intel_error_decode < [error_state.txt]
copy
Decode with shader info
$ intel_error_decode -s [shader.bin]
copy

SYNOPSIS

intel_error_decode [options]

DESCRIPTION

intel_error_decode decodes Intel GPU error states from kernel logs. It translates hardware register dumps into human-readable information.
The tool parses GPU hang information to identify failing batches and instructions. Essential for debugging graphics driver issues.

PARAMETERS

-s FILE

Shader binary for context.
-c
Color output.
--help
Display help information.

CAVEATS

Intel graphics only. Requires error state from dmesg. Part of intel-gpu-tools.

HISTORY

intelerrordecode is part of intel-gpu-tools, created for debugging GPU hangs on Intel graphics hardware.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community