File: intel_reg_write.1

package info (click to toggle)
intel-gpu-tools 1.0.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,716 kB
  • ctags: 2,265
  • sloc: sh: 10,233; ansic: 6,311; makefile: 137
file content (16 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.