LinuxCommandLibrary

intel_gtt

Show GTT status

TLDR

Show GTT status

$ sudo intel_gtt
copy
Dump GTT entries
$ sudo intel_gtt -d
copy
Show specific range
$ sudo intel_gtt -r [0x0-0x1000]
copy

SYNOPSIS

intel_gtt [options]

DESCRIPTION

intel_gtt displays the Graphics Translation Table for Intel GPUs. The GTT maps graphics memory addresses to physical memory.
The tool shows aperture usage and memory mappings. Useful for debugging memory allocation and GPU memory issues.
intel_gtt shows GPU translation table.

PARAMETERS

-d

Dump GTT entries.
-r RANGE
Show specific address range.
--help
Display help information.

CAVEATS

Intel graphics only. Requires root. Part of intel-gpu-tools.

HISTORY

intel_gtt is part of intel-gpu-tools, developed for low-level debugging of Intel integrated graphics.

SEE ALSO

Copied to clipboard