From f609d1879355bae7747584a91b4b12e8dc502aef Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 24 Jan 2017 16:24:59 +0200 Subject: tools: rename intel_bios_reader to intel_vbt_decode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After all these years intel_bios_reader and intel_bios_dumper still manage to confuse me. Read or dump, which one decodes. Rename intel_bios_reader to intel_vbt_decode to be in line with the naming of all the other tools (particularly the closely related intel_opregion_decode tool) that decode previously gathered or dumped information. Acked-by: Ville Syrjälä Acked-by: Petri Latvala Signed-off-by: Jani Nikula --- man/Makefile.am | 4 +-- man/intel_bios_dumper.rst | 2 +- man/intel_bios_reader.rst | 69 ----------------------------------------------- man/intel_vbt_decode.rst | 69 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+), 72 deletions(-) delete mode 100644 man/intel_bios_reader.rst create mode 100644 man/intel_vbt_decode.rst (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index e40e2e93..0098fa45 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -3,7 +3,6 @@ appman_RST = \ intel_aubdump.rst \ intel_audio_dump.rst \ intel_bios_dumper.rst \ - intel_bios_reader.rst \ intel_error_decode.rst \ intel_gpu_frequency.rst \ intel_gpu_top.rst \ @@ -16,7 +15,8 @@ appman_RST = \ intel_upload_blit_large.rst \ intel_upload_blit_large_gtt.rst \ intel_upload_blit_large_map.rst \ - intel_upload_blit_small.rst + intel_upload_blit_small.rst \ + intel_vbt_decode.rst if HAVE_RST2MAN appman_DATA = $(appman_RST:rst=$(APP_MAN_SUFFIX)) diff --git a/man/intel_bios_dumper.rst b/man/intel_bios_dumper.rst index 89e0001a..b271b9b1 100644 --- a/man/intel_bios_dumper.rst +++ b/man/intel_bios_dumper.rst @@ -33,4 +33,4 @@ Report bugs to https://bugs.freedesktop.org. SEE ALSO ======== -**intel_bios_reader(1)** +**intel_vbt_decode(1)** diff --git a/man/intel_bios_reader.rst b/man/intel_bios_reader.rst deleted file mode 100644 index 0e935904..00000000 --- a/man/intel_bios_reader.rst +++ /dev/null @@ -1,69 +0,0 @@ -================= -intel_bios_reader -================= - ------------------------------ -Intel Video BIOS Table parser ------------------------------ -.. include:: defs.rst -:Author: Intel Graphics for Linux -:Date: 2016-03-01 -:Version: |PACKAGE_STRING| -:Copyright: 2010,2012,2016 Intel Corporation -:Manual section: |MANUAL_SECTION| -:Manual group: |MANUAL_GROUP| - -SYNOPSIS -======== - -**intel_bios_reader** [*OPTIONS*] - -DESCRIPTION -=========== - -**intel_bios_reader** is a tool to parse the Intel Video BIOS Tables (VBT) and -present the information in a human readable format. - -The preferred ways of getting the binary VBT to parse are: - -1) /sys/kernel/debug/dri/0/i915_vbt (since kernel version 4.5) - -2) /sys/kernel/debug/dri/0/i915_opregion - -3) Using the **intel_bios_dumper(1)** tool. - -The VBT consists of a VBT header, a BIOS Data Block (BDB) header, and a number -of BIOS Data Blocks. - -OPTIONS -======= - ---file=FILE - Parse Video BIOS Tables from FILE. - ---devid=DEVID - Pretend to be PCI ID DEVID. Some details can be parsed more accurately if - the platform is known. - ---panel-type=N - Parse the details for flat panel N. Usually this is retrieved from the Video - BIOS Tables, but this can be used to override. - ---all-panels - Parse the details for all flat panels present in the Video BIOS Tables. - ---hexdump - Hex dump the blocks. - ---block=N - Dump only the BIOS Data Block number N. - -REPORTING BUGS -============== - -Report bugs to https://bugs.freedesktop.org. - -SEE ALSO -======== - -**intel_bios_dumper(1)** diff --git a/man/intel_vbt_decode.rst b/man/intel_vbt_decode.rst new file mode 100644 index 00000000..a8d36d50 --- /dev/null +++ b/man/intel_vbt_decode.rst @@ -0,0 +1,69 @@ +================ +intel_vbt_decode +================ + +----------------------------- +Intel Video BIOS Table parser +----------------------------- +.. include:: defs.rst +:Author: Intel Graphics for Linux +:Date: 2016-03-01 +:Version: |PACKAGE_STRING| +:Copyright: 2010,2012,2016 Intel Corporation +:Manual section: |MANUAL_SECTION| +:Manual group: |MANUAL_GROUP| + +SYNOPSIS +======== + +**intel_vbt_decode** [*OPTIONS*] + +DESCRIPTION +=========== + +**intel_vbt_decode** is a tool to parse the Intel Video BIOS Tables (VBT) and +present the information in a human readable format. + +The preferred ways of getting the binary VBT to parse are: + +1) /sys/kernel/debug/dri/0/i915_vbt (since kernel version 4.5) + +2) /sys/kernel/debug/dri/0/i915_opregion + +3) Using the **intel_bios_dumper(1)** tool. + +The VBT consists of a VBT header, a BIOS Data Block (BDB) header, and a number +of BIOS Data Blocks. + +OPTIONS +======= + +--file=FILE + Parse Video BIOS Tables from FILE. + +--devid=DEVID + Pretend to be PCI ID DEVID. Some details can be parsed more accurately if + the platform is known. + +--panel-type=N + Parse the details for flat panel N. Usually this is retrieved from the Video + BIOS Tables, but this can be used to override. + +--all-panels + Parse the details for all flat panels present in the Video BIOS Tables. + +--hexdump + Hex dump the blocks. + +--block=N + Dump only the BIOS Data Block number N. + +REPORTING BUGS +============== + +Report bugs to https://bugs.freedesktop.org. + +SEE ALSO +======== + +**intel_bios_dumper(1)** -- cgit v1.2.3