Developer Reference

Intel® Graphics for Linux* - Programmer's Reference Manuals

ID 772629
Date 4/12/2022
Public
Document Table of Contents

Using Intel® Reg-Dumper

Intel® Register Dump Tool Guide

The intel_reg tool is useful to get the values of Intel registers. The dump option can get a detailed and parseable format, which is very helpful to the developers when investigating issues. To use it, follow these steps:

  • Download the intel-gpu-tools package from the git repository at https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/, or install the intel-gpu-toolspackage from your distribution package management application.
  • If you are building the tool from the source, install it by following the standard procedure:

    # ./autogen.sh
    # configure 
    # make 
    # make install
  • Run the tool to get the output:

    $ tools/intel_reg dump --all > intel_reg_dump.txt
  • Attach the generated intel_reg_dump.txtfile to the bug report.