LinuxCommandLibrary

intel_reg_read

reads hardware registers from Intel GPUs

TLDR

Read specific register

$ sudo intel_reg_read [0x70000]
copy
Read multiple registers
$ sudo intel_reg_read [0x70000] [0x70004]
copy
Read with decode
$ sudo intel_reg_read -d [0x70000]
copy
Dump register range
$ sudo intel_reg_read --all
copy

SYNOPSIS

intel_reg_read [options] register...

DESCRIPTION

intel_reg_read reads hardware registers from Intel GPUs. It provides direct access to GPU configuration registers.
The tool can decode register bits into meaningful fields. Essential for low-level hardware debugging and driver development.

PARAMETERS

REGISTER

Register address in hex.
-d
Decode register bits.
--all
Dump all known registers.
--help
Display help information.

CAVEATS

Intel graphics only. Requires root. Can affect system stability. Part of intel-gpu-tools.

HISTORY

intelregread is part of intel-gpu-tools, created for Intel graphics driver development and debugging.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community