mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
16 lines
467 B
Groff
16 lines
467 B
Groff
.\" shorthand for double quote that works everywhere.
|
|
.ds q \N'34'
|
|
.TH intel_reg_read 1 "intel_reg_read 1.0"
|
|
.SH NAME
|
|
intel_reg_read \- Reads an Intel GPU register value
|
|
.SH SYNOPSIS
|
|
.B intel_reg_read \fIregister\fR
|
|
.SH DESCRIPTION
|
|
.B intel_reg_read
|
|
is a tool to read Intel GPU registers, for use in debugging. The
|
|
\fIregister\fR argument is given as hexadecimal.
|
|
.SH EXAMPLES
|
|
.TP
|
|
intel_reg_read 0x61230
|
|
Shows the register value for the first internal panel fitter.
|