mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
Add a manpage for intel_reg_write
This commit is contained in:
parent
d83a417c01
commit
d9e28e63e5
@ -1,6 +1,7 @@
|
||||
dist_man1_MANS = \
|
||||
intel_gpu_dump.1 \
|
||||
intel_gpu_top.1 \
|
||||
intel_reg_write.1 \
|
||||
intel_stepping.1 \
|
||||
intel_upload_blit_large.1 \
|
||||
intel_upload_blit_large_gtt.1 \
|
||||
|
16
man/intel_reg_write.1
Normal file
16
man/intel_reg_write.1
Normal file
@ -0,0 +1,16 @@
|
||||
emacs .\" shorthand for double quote that works everywhere.
|
||||
.ds q \N'34'
|
||||
.TH intel_reg_write 1 "intel_reg_write 1.0"
|
||||
.SH NAME
|
||||
intel_reg_write \- Set an Intel GPU register to a value
|
||||
.SH SYNOPSIS
|
||||
.B intel_reg_write \fIregister\fR \fIvalue\fR
|
||||
.SH DESCRIPTION
|
||||
.B intel_reg_write
|
||||
is a tool to set Intel GPU registers to values, for use in speeding up
|
||||
debugging. The \fIregister\fR and \fIvalue\fR arguments are given as
|
||||
hexadecimal.
|
||||
.SH EXAMPLES
|
||||
.TP
|
||||
intel_reg_write 0x61230 0x0
|
||||
Disables the first internal panel fitter.
|
Loading…
x
Reference in New Issue
Block a user