Add manpages for a bunch of recently-added tools.

This commit is contained in:
Eric Anholt
2010-02-23 17:00:54 -08:00
parent cb6bd9f73a
commit 17b8abdb6b
9 changed files with 75 additions and 3 deletions
+5
View File
@@ -1,8 +1,13 @@
dist_man1_MANS = \
intel_audio_dump.1 \
intel_bios_dumper.1 \
intel_bios_reader.1 \
intel_gpu_dump.1 \
intel_gpu_top.1 \
intel_gtt.1 \
intel_lid.1 \
intel_reg_dumper.1 \
intel_reg_read.1 \
intel_reg_write.1 \
intel_stepping.1 \
intel_upload_blit_large.1 \
+11
View File
@@ -0,0 +1,11 @@
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH intel_audio_dump 1 "intel_audio_dump 1.0"
.SH NAME
intel_audio_dump \- Dumps the Intel GPU registers for HDMI audio setup.
.SH SYNOPSIS
.B intel_audio_dump
.SH DESCRIPTION
.B intel_audio_dump
dumps and decodes registers containing the configuration of HDMI audio
handling on Intel GPUs.
+14
View File
@@ -0,0 +1,14 @@
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH intel_bios_dumper 1 "intel_bios_dumper 1.0"
.SH NAME
intel_bios_dumper \- Saves the Intel video BIOS contents to a file.
.SH SYNOPSIS
.B intel_reg_read \fIfilename\fR
.SH DESCRIPTION
.B intel_bios_dumper
is a tool to save the contents of the Intel video BIOS to a file. It
can then be parsed offline for debugging issues with the video bios
table handling.
.SH SEE ALSO
.BR intel_bios_reader(1)
+15
View File
@@ -0,0 +1,15 @@
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH intel_bios_reader 1 "intel_bios_dumper 1.0"
.SH NAME
intel_bios_reader \- Parses an Intel BIOS and displays many of its tables
.SH SYNOPSIS
.B intel_bios_reader \fIfilename\fR
.SH DESCRIPTION
.B intel_bios_reader
is a tool to parse the contents of an Intel video BIOS file. The file
can come from intel_bios_dumper. This can be used for quick debugging
of video bios table handling, which is harder when done inside of the
kernel graphics driver.
.SH SEE ALSO
.BR intel_bios_dumper (1)
+1 -1
View File
@@ -1,4 +1,4 @@
emacs .\" shorthand for double quote that works everywhere.
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH intel_gtt 1 "intel_gtt 1.0"
.SH NAME
+12
View File
@@ -0,0 +1,12 @@
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH intel_lid 1 "intel_lid 1.0"
.SH NAME
intel_ \- Polls the values of different reports about laptop lid state.
.SH SYNOPSIS
.B intel_lid
.SH DESCRIPTION
.B intel_lid
is a tool to poll ACPI and the BIOS scratch register's reporting of
laptop lid state. This can be used for debugging issues with laptop
modesetting for lid opening and closing.
+1 -1
View File
@@ -1,4 +1,4 @@
emacs .\" shorthand for double quote that works everywhere.
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH intel_reg_dumper 1 "intel_reg_dumper 1.0"
.SH NAME
+15
View File
@@ -0,0 +1,15 @@
.\" 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.
+1 -1
View File
@@ -1,4 +1,4 @@
emacs .\" shorthand for double quote that works everywhere.
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH intel_reg_write 1 "intel_reg_write 1.0"
.SH NAME